Jump to content

Apache ModRewrite


phpSensei

Recommended Posts

In my .htaccess I have

RewriteEngine on

 

but I get this 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.

Link to comment
https://forums.phpfreaks.com/topic/101990-apache-modrewrite/
Share on other sites

If you are getting that error then it'll more than likely mean you haven't enabled the mod_rewrite module in the httpd.conf

 

Make sure you have enabled the module (just remove the # in front of rewrite_module line) in the httpd.conf. After making any changes to the httpd.conf restart Apache.

Link to comment
https://forums.phpfreaks.com/topic/101990-apache-modrewrite/#findComment-521981
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.