500 error. I am a newbie and have installed wamp. an error is returned. InternalServerErrorTheserverencounteredaninternalerrorormisconfigurationandwasunabletocompleteyourrequest. Pleasecontacttheserveradminis 500 error. for a newbie, I have installed wamp and reported an error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.
Http: // localhost: 8080/11 in1/1.php
You can access the files under the root.
Http: // localhost: 8080/1. php
------ Solution --------------------
Enable the php error display function
------ Solution --------------------
Search for your installed directory php. ini
Open with Notepad
Find display_errors
Modify
Display_errors = on
Search
Error_reporting = E_ALL &~ E_NOTICE
Or search:
Error_reporting = E_ALL &~ E_DEPRECATED
Change
Error_reporting = E_ALL
Save and restart apache
Recommended solution for Code fans:The server encountered an internal error () that prevented it from fulfilling this request., http://www.daimami.com/java-web/317.html