<VirtualHost *:80>
DocumentRoot "/Users/yunyulian/www/static"
ServerName static.cc
<Directory /Users/yunyulian/www/static>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
Allow from all
RewriteEngine on
RewriteRule test.html test.php
RewriteRule content.html content.php
</Directory>
ErrorLog "/private/var/log/apache2/sites-error_log"
CustomLog "/private/var/log/apache2/sites-access_log" common
</VirtualHost>
httpd.conf里面全是all,mac系统下
倚天杖
一只斗牛犬