Submitted by cableman on Sun, 04/15/2012 - 20:07
When having development servers that clients needs to access, but you don't what search engines to index one solution is to protect the server with HTTP authorization implemented using PHP. This post while explain how to do just this on an Aegir hosting solution.
Tags
Drupal
aegir
PHP
apache2
Submitted by cableman on Mon, 01/02/2012 - 19:41
The users browser don't cache static content, if your web-server don't sets the right expire or max-age headers. Drupal sets these headers for static content in the .htaccess file that comes with Drupal, if you have the expire Apache extension enabled.
Tags
Drupal 7
performance
cache
expire
apache2
server