If you have a .htaccess file in your web directory and it does not appear to be being parsed, here’s a few things to check:
Check the syntax of your .htaccess. Try commenting out using # line by line to see if you can get any part of it working.
Check you’re using the Apache server. IIS [...]