错误310(net :: ERR_TOO_MANY_REDIRECTS) - Wordpress

时间:2013-07-22 22:58:58

标签: wordpress

我在wordpress创建的网站上遇到ERR_TOO_MANY_REDIRECTS问题。

该网站无法使用网址:http://colin-chan.co.uk/,但它适用于测试网址http://www.colin-chan.co.uk.php53-8.ord1-1.websitetestlink.com/

我禁用了所有插件 - 它没有帮助。我还把.htaccess文件放到主题文件夹这里是代码:

ErrorDocument 401 default // I found that that line may help but it didn't :(

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

可能是问题的根源?请注意,我在此服务器上有其他站点,我没有任何问题。

0 个答案:

没有答案