Php – wamp server 500 internal server error

apacheinternal-server-errorPHPwamp

i have a website running on XAMPP.

i don't know about its version of php that the web site is written by and version of apache too.

I want to move it on windows but got the message 00-Internal server error occurs.

i did it too ( wamp->apache->apache modules->rewrite-modules ) and restart my wamp but nothing happened.

And here is the error that i see :

Internal Server Error The server encountered an internal error or
misconfiguration and was unable to complete your request. Please
contact the server administrator at admin@localhost to inform them of
the time this error occurred, and the actions you performed just
before this error. More information about this error may be available
in the server error log.

What is the solution!

i will be thankful

Best Answer

You should activate the rewrite module in the file httpd.conf.

Change this line :

#LoadModule rewrite_module modules/mod_rewrite.so

to :

LoadModule rewrite_module modules/mod_rewrite.so
Related Topic