AH00124:由于可能的配置错误,请求超出了10个内部重定向的限制。使用' LimitInternalRecursion'至

时间:2016-03-12 15:50:01

标签: wordpress apache .htaccess

今天我的网站突然停止工作了。我尝试调用godaddy技术支持,但他们说没有任何工作,并检查错误日志和聘请Web开发人员。我只知道如何操作wordpress,但不知道技术的东西

这是错误日志:

[Sat Mar 12 07:38:11 2016] [11544382] [core:error] [client 68.180.228.239:39540] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

同样的错误会重复多次。

我尝试在google上搜索,但是每个人都说要更改.htaccess文件,我这样做但仍然没有任何变化。请帮助,我找不到任何解决方案。

这是我的.htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
# END WordPress

0 个答案:

没有答案