我在CentOs 7上安装了WordPress。一切正常,直到我没有单击永久链接。我更改了永久链接设置,除主页以外的所有页面均出现错误,因为“在此服务器上找不到所请求的URL。
我在/ var / www / html根目录中创建了一个.htaccess文件,其内容如下:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
它不起作用。
我在httpd.conf文件中进行了更改
允许全部覆盖 #允许开放访问: 要求所有授予