Error Info:
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.
Error 500
127.0.0.1


Solution:
Open .\xampp\apache\conf\httpd.conf file in your text editor and find this line:
#LoadModule rewrite_module modules/mod_rewrite.so

Remove the # from in front so it looks like this:
LoadModule rewrite_module modules/mod_rewrite.so

Save the file and then restart Apache (stop then start again) to have your edit recognized.

Now try your script again.

0 comments