Internal Server Error 500 error apache redirect
Sunday, April 12th, 2009 - 2:39 am - Web technology
If 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