htaccess“此页面有太多重定向”重定向循环错误

时间:2016-05-08 07:42:10

标签: php wordpress .htaccess redirect

我搜索了stackoverflow,因为我的问题是特定的,无法在任何地方找到,所以在这里发布。希望我们中的一个人能够提出解决方案。 这是我的htaccess代码:

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
</IfModule>

我在chrome中遇到以下错误:

“此页面有太多重定向”重定向循环错误。

这经常发生,这意味着不是每次都有,而是更频繁。 有谁能告诉我上面的htaccess代码的问题是什么?

感谢。

0 个答案:

没有答案