所有菜单项都重定向到主页.htaccess

时间:2016-01-14 18:03:07

标签: .htaccess pligg

我在以下网址的Pligg CMS中有以下网页

http://africafreak.com/

我不知道为什么但每个菜单项都会重定向到主页面。这是我的.htacess文件

# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
<IfModule mod_rewrite.c> 
RewriteEngine On RewriteBase / 
RewriteRule ^index\.php$ - [L] 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule . /index.php [L] 
</IfModule> 

似乎有什么问题?任何帮助将不胜感激。

0 个答案:

没有答案