WordPress修改固定链接后出现403 Forbidden错误
WordPress 固定链接设置链接形式为非默认的形式保存更改后,访问前台出现403 Forbidden的错误
这个错误后的解决办法是:
在生成了的.htaccess文件 里增加“Options +FollowSymLinks”这句内容即可(系统rewrite已开启的前提)。
#================================================================
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymLinks
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
#================================================================
gongxukethe
2021年4月12日 下午10:18
谢谢你们。继续发扬那些在感情中只求付出不求回报的,往往都能如愿以偿,得不到任何回报。by http://www.sodaan.net/class/class-3.html