0

我在以下网址下的 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> 

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

4

0 回答 0