Archive for the ‘Apache’ Category

Apache Tips and Tricks

This item was filled under [ Apache ]

Apache For Webmasters is some of my favorite htaccess examples from some of my favorite .htaccess tutorials. These cut-and-paste ready htaccess code snippets are very useful for website and server administrators.
.htaccess Tutorial Index | » Custom HTTP Headers
When site is “Under Construction”
This lets google crawl, lets me access (1.1.1.1) without a password, and lets access [...]

Continue reading...

Tagged with: [ , , , , ]

Cache files from htaccess

This item was filled under [ Apache ]

Put this code at the top of the .htaccess
<FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$”>
Header set Expires “Thu, 15 Apr 2010 20:00:00 GMT”
</FilesMatch>

Continue reading...

Tagged with: [ , ]
Update me when site is updated