If you’re getting the above error message, check to make sure that your httpd.conf file has AllowOverride All on. This basically tells Apache to check the HTACCESS file for rules, otherwise, it may ignore it or throw errors. Additionally, if ... Read more

