Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP:Internal Server Error using WAMP (at startup)

Tags:

php

wampserver

i had a problem wth php.It display error like below. It work well in other computer, but when i tried to run it in another computer it display error like below. I think i had a problem with my wampserver 2.0 configuration.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.

like image 289
MikMark Avatar asked Aug 22 '10 04:08

MikMark


1 Answers

Its due to mod_rewrite. WAMP had commented this option by default.

You need to go to WAMP icon in notification area, Apache, httpd.config

search for mod_rewrite, and uncomment it.

After that RESTART WAMP AND YOU ARE DONE!

like image 104
Aslam Avatar answered Sep 24 '22 23:09

Aslam