<VirtualHost *:80>
DocumentRoot "/Users/xuxu/www"
ServerName localhost
<Directory "/Users/xuxu/www">
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "/Users/xuxu/www/test"
ServerName tong.dev
<Directory "/Users/xuxu/www">
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
</VirtualHost>

 

 

 

特别说明:Mac智能引号功能,会把英文的"自动转换成中文饿“,关闭智能引号功能。

相关文章:

  • 2021-05-29
  • 2021-09-10
  • 2022-03-07
  • 2021-12-15
  • 2021-10-31
  • 2021-10-08
  • 2021-12-02
  • 2022-01-23
猜你喜欢
  • 2022-12-23
  • 2021-05-30
  • 2021-07-12
  • 2021-10-25
  • 2021-07-07
  • 2022-01-12
  • 2021-10-20
相关资源
相似解决方案