i have a website in php 5. I have downloaded all the files from the server and put all in my wamp (in a local system for changing some text). When i run localhost i got an error
**Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@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.**
I don’t know PHP5.
Does any one know how to browse my site in local system.
Please help me
Thanks ina advance
Ok, by default, Wamp doesn’t have
url_rewriteenabled.And your problem seems to be that of
url_rewriteonly.Click on your Wamp Icon in the task bar, goto Apache -> modules -> scroll down to url_rewrite and click to enabled it.
This should solve your problem.