相关疑难解决方法(0)

AH00124:由于可能的原因,请求超出了 10 个内部重定向的限制

升级我的 Ubuntu 服务器后,我尝试打开我的 WordPress 网站,我在 error.log 中收到此错误

AH00124:由于可能的配置错误,请求超出了 10 个内部重定向的限制。如有必要,请使用“LimitInternalRecursion”增加限制。使用“LogLevel debug”获取回溯。

当我打开网站时收到消息。

<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Run Code Online (Sandbox Code Playgroud)

我尝试了下面这两个链接,但我的 .htaccess 不同,所以不起作用。 …

apache wordpress .htaccess mod-rewrite

5
推荐指数
1
解决办法
4万
查看次数

标签 统计

.htaccess ×1

apache ×1

mod-rewrite ×1

wordpress ×1