注意到该网站显示内部服务器错误,并且在检查.htaccess文件时发现它大约有50次!
为什么wordpress会在.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>
答案 0 :(得分:0)
您的网站未提供任何内部服务器错误。
wordpress .htaccess文件只编写一次代码