Internal Server Error 500 error apache redirect
12 04 2009If you are getting 500 Internal Server Error message running Apache server and having problems with .htaccess Redirect rules, you are missing mod_alias support in Apache.
By default mod_alias is included in Apache by default and it can only be disabled with –disable-alias option. Fix it and your redirects will work from .htaccess
Categories : Linux tips

