Problem: Have you ever encountered Internal Server Error at WAMP?
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipL69BGzUOmJUvCSRGNuCkxrk2cEg5cB6aj2wOU7ag31joVDhOWyL-YaJLRQZRCHqRNW1VY73nGSWetyybHRel2dlra62UNvj9B60GQHjB71pXPpBqWCXxuio7MLNLObudLiwmKG_EfVoQ/s400/internalservererror.jpg)
![](file:///C:/DOCUME%7E1/SCRIST%7E1/LOCALS%7E1/Temp/moz-screenshot.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimEWyh_uSKWtQvG4KR_HwDKpmp7wbfzowMYQc5VIjDfiwnLsEQj2kqwKlMopgBiEw6jQu2kfkNzHE4q2cLrE_uo8biUWnr6LlA3CPCxVqOy4kok-SrhvjBy4oAaBIuGI6Tikn_3iL6iKH1/s400/servererrorlogentry.jpg)
For this particular case, there was an invalid command 'RewriteEngine' found at .htaccess file.
Solution:
Locate the httpd.conf file. With WAMP it is located at wamp\bin\apache\Apache2.2.11\conf folder.
Using your favorite text editor, locate the line
- #LoadModule rewrite_module modules/mod_rewrite.so
Remove the # symbol in the beginning of this line and Save the file.
Restart the All Services of the WAMP server.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijRSgXXFINcf2Eh4CeJhJxH_azbUuBIXml6joCHHnVhyphenhyphenFsfOBX0AviO6_p6NBNoTpuFvc0ps3BFXBAz-gx8KcDWSGU_1oEtLGX6bW-cz8gQ_lgDDKaJxuuYDwTpP0t7-q3t4mySL5FIWsZ/s400/restartwampserver.jpg)
That's about it.
No comments:
Post a Comment