.htaccess 在此服务器上找不到请求的URL xxxxx

.htaccess 在此服务器上找不到请求的URL xxxxx,.htaccess,.htaccess,我已经用此内容添加了.htaccess # 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>

我已经用此内容添加了.htaccess

# 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`

每当我更改permalink结构时,都会出现同样的问题,我也读过一个以前在这里提出的问题,在httpd.conf中将AllowOverride None更改为AllowOverride ALL,同样的问题再次出现

您是否在更改配置后重新启动了apache?请您明确说明,而不是暗示一个问题,或者您可以提供一个指向您提到的问题的链接,以便我们可以了解更多的上下文?@PanamaJack是的,我做了。@AndrewMorton先生,这是链接@PanamaJack,您能帮我吗?