Browsing articles in "htaccess"
Dec
6
2011

Block Google from Dev Server

Block robots from development server

Dec
6
2011

Rewrite Rule in httpd.conf not executing

How to solve rules in httpd.conf not executing.

Feb
28
2011

Set timezone in .htaccess for PHP

PHP Icon

Article on how to set the timezone in the htaccess file for PHP

Sep
3
2010

Apache not using .htaccess

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 for best performance you shouldn’t use .htaccess files and instead put everything in the server configuration file, and from a [...]