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

时间:2015-09-30 22:20:53

标签: .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>
`# END WordPress`

并且每当我更改固定链接结构时都会出现同样的问题,我还读了之前在此问过的问题,并在httpd.conf中将(AllowOverride None)更改为(AllowOverride ALL)并再次出现同样的问题。 。

0 个答案:

没有答案