Turn off (disable) PHP for some virtual hosts in Apache
[ 2008/03/07 23:21 | by ipaddr ]
参考以下配置:
<VirtualHost *:80>
ServerName www.eit.name
ServerAlias eit.name
DocumentRoot /www/website/eit/www
php_flag engine off
</VirtualHost>
<Directory /www/website/eit/www>
AllowOverride None
</Directory>
>>>>>>>>>>>>>>>>>>>>