500内部服务器错误托管

时间:2017-11-24 13:28:24

标签: apache .htaccess hosting cpanel

我在托管网站上有一个网站,但是一个网站提供了500个内部错误我不知道该怎么做我已经设置了这个php标志是我的.htacces文件代码

# 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

php_flag display_errors on
php_value error_reporting E_ALL

1 个答案:

答案 0 :(得分:0)

我通过更改网站根文件夹的777到755的权限来解决它

相关问题