本地wamp的Internal Server Error错误解决方法 一、本地wamp下调试url重写,加入htaccess文件后提示:500 Internal Server Error ...,而删除这个文件网站又可以正常访问,其实就是没有开启url重写的功能。开启一下就可以。错误信息为: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. WAMP下htaccess出错的解决方法: 1. 打开wamp安装目录,搜一下 httpd.conf 这个文件,找到后打开; 2. 搜一下“LoadModule rewrite_module modules/mod_rewrite.so”,找到这一行,去掉前面的“#”; 3. 重启wamp。 二、本地wamp开启了url重写功能或者网站没有htaccess文件后,仍然出现500 Internal Server Error...,检查网站config配置文件的路径和参数是否正确。
本地wamp的Internal Server Error错误解决方法
最新推荐文章于 2022-08-20 18:33:40 发布
本文介绍了解决本地WAMP环境下出现500InternalServerError错误的方法。首先通过启用URL重写功能并正确配置.htaccess文件来解决问题,若问题依旧,则需检查网站配置文件中的路径及参数设置。
1238

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



