新上传的网站打开出现以下这种错误:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, dxr@dxr.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.
解决Internal Server Error
导致发生这个错误最经常出现的原因是伪静态导致的,即可能是你的空间或者服务器不支持 Rewrite URL转移模块。
排除方法:你可以先删除你站点根目录下面的.htaccess或者是web.config文件,如果网站能打开则说明此时你需要开启apache或者iis的rewrite模块即可。开启后,重启web服务,一般就可以解决了。
--转自