【发布时间】:2014-02-27 08:58:13
【问题描述】:
我的 .htaccess 文件中有此规则,但由于某种原因,我收到带有 Bag Flag Delimiters 消息的 501 服务器错误。
RewriteEngine On
RewriteRule ^(blog|deblog|plblog)$ /$0 [L]
RewriteCond %{HTTP_HOST} ^www\.example\.de [NC]
RewriteCond %{REQUEST_URI} !^/index\.(php|html) [NC]
RewriteCond %{REQUEST_URI} !^/$ {NC]
RewriteRule ^.*$ http://www.example.de/de/$0 [R=301,L]
【问题讨论】:
-
错字?
{->[在第 6 行
标签: php apache .htaccess mod-rewrite