我的.htaccess无法正常运行ModRewrite

时间:2017-03-03 20:21:37

标签: php .htaccess

这是我的.htacces文件:

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{SCRIPT_FILENAME} !-d

RewriteCond %{SCRIPT_FILENAME} !-f


RewriteRule ^home(|/)$ index.php?p=home

RewriteRule ^community(|/)$ index.php?p=community

RewriteRule ^categories(|/)$ index.php?p=categories

</IfModule>

Options -Indexes   
IndexIgnore *
我犯了什么错误?

网站:bitprime.us

我已经在我的服务器上启用了mod重写: root @ flarenetwork:/var/www/bitprime.us/www#a2enmod重写 模块重写已启用

0 个答案:

没有答案
相关问题