在运行php的工程的时候,
工程文件夹中 含有一个 .htaccess 文件
导致每次访问 该工程下的文件的时候都会
抛出一个Internal Server Error 错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.
解决办法将 .htaccess 干掉。
本文介绍了一个关于.htaccess配置不当导致InternalServerError的问题及其解决方案。当.htaccess文件配置不正确时,可能会导致每次访问PHP工程下的文件都出现InternalServerError错误。解决这个问题的方法是移除或修正.htaccess文件。
839

被折叠的 条评论
为什么被折叠?



