Posts Tagged ‘htaccess’

View hidden files with Zend Studio 6

This item was filled under [ Default, PHP ]

I usually code with Zend Studio 5.5, but since has been released the 6′th version (and now the 7′th Beta), I must use the 6′th version. Honestly, I don’t like this version. For me, ZS 5.5 is the best, but I have to work with this too.
Ok, now let’s get to the point. I have [...]

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