首先看到这个问题
<IfModule !mod_php5.c> <FilesMatch "\.php$"> Order allow,deny Deny from all Allow from none </FilesMatch> RewriteBase / </IfModule>
现在我怎么能知道mod_php5.c名称因为它不是在我的主机,我不是主机pipe理员这意味着我不能看到服务器
你在httpd.conf中有这个行:
LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
其中php5_module是您应该在“IfModule”语句中使用的模块名称。