首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

URL rewrite为啥会错呢

2013-04-20 
URL rewrite为什么会错呢?IfModule mod_rewrite.cRewriteEngine OnRewriteBase /forumRewriteRule ^((In

URL rewrite为什么会错呢?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum
RewriteRule ^((Index|List|Content|admin|Vote|Message|Favor).*)$ index.php/$1
</IfModule>

提示
Not Found

The requested URL /forum/List-index-f-2.shtml was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

但是我写
RewriteRule 1.php 2.php  又是对的,令人费解
[解决办法]
请确认RewriteBase  路径是否正确。

热点排行