Problem: Have you ever encountered Internal Server Error at WAMP?



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.

That's about it.