0
我在.htaccess文件中有這樣的規則,但由於某種原因,我得到的袋子標誌符消息501服務器錯誤。的.htaccess的RewriteCond:壞的標誌定界符
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行 – ConcurrentHashMap