本地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配置文件的路径和参数是否正确。
如果出现以下错误:
Forbidden
You don't have permission to access / on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at publishers2.defymedia.me Port 80
# Require all denied
Require all granted 这样改
本文详细介绍了在使用WAMP环境进行Web开发时遇到500 Internal Server Error错误的解决步骤。主要包括开启URL重写功能、检查网站配置文件路径和参数、修改权限设置等操作。通过遵循文中提供的解决方案,可以有效解决此类错误,确保网站的正常运行。
1244

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



