Blog

Real Life Tech Problems Solved.

Apache not using .htaccess

Posted on by

One common thing to happen when you have set up a new server with Apache and everything is realise all your rules in .htaccess are not working. This is usually to do with the AllowOverride Directive. By default this is set to None which means Apache will ignore all .htaccess files. Many people say that [...]

htaccess | No Comments