Block Google from Dev Server
Block robots from development server
Real Life Tech Problems Solved.
Block robots from development server
How to solve rules in httpd.conf not executing.
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 [...]
Setting up a Virtual Host in Apache, however although everything looked correct every time I hit the site I just got the Fedora Test page: I eventually found out that although my httpd.conf file was correct (shown below) permissions were set incorrectly on the web folder. To solve I granted 0777 permissions to the web [...]