报错:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@dummy-host2.example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Apache/2.4.9 (Win64) PHP/5.5.12 Server at local.baidu.com Port 80
该错误只有一种可能,服务器配置错误。打开.htaccess果然发现问题。
顺便附一下.htaccess里代码
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@dummy-host2.example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Apache/2.4.9 (Win64) PHP/5.5.12 Server at local.baidu.com Port 80
该错误只有一种可能,服务器配置错误。打开.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
您可以选择一种方式赞助本站
支付宝扫一扫赞助
微信钱包扫描赞助
赏