Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact t
Check whether you have Rewrite module enabled?(most of the this will be the reason)
for Wamp go to httpd.conf and uncomment
LoadModule rewrite_module modules/mod_rewrite.so
If you try to use module which is not loaded you will get 500 internal server error.
Check your modules used in .htaccess file and check httpd.conf whether used modules are loaded