我在以下网址的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>
似乎有什么问题?任何帮助将不胜感激。