|
|
网站老出现这个错误,怎么回事啊?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ecborn.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/2.2.3 (CentOS) Server at www.ecborn.com Port 80
问了客服说是文件夹权限问题或是.htaccess问题;
说明:网站上的文件夹都是755权限,网站目录下没有.htaccess文件
客服回复中说 在.htaccess文件中不能包含php_values 和 php_flags,否则会出现500错误,如果有这样的语句,需要移动到php.ini,然后在.htaccess文件中添加 suPHP_ConfigPath /home/username/public_html
我的站下就没有.htaccess文件,如何操作啊,再说php.ini文件我能修改吗
在根目录下加了个.htaccess文件后,问题更严重,网站都打不开 |
|