I have the problem that Googles “Page Speed” says that I should enable browser caching. I am usein a lighttpd server as a proxy for different web server on my server. One of them is a rails app (Ru
Instead of generating links to file.js, I\'m calculating a version number or hash sum and linking to file--bbe02f946d.js. I\'m using the following redirect rule to then serve the current version of th
Apache is sending Cache-Control headers for 3## status codes, like 302 redirects. This is causing Firefox (possibly starting with Firefox 5) to cache the 302 redirects--which results in an infinite re
Ok, I really didn\'t know how to put the question but my problem or at least I think it\'s the problem goes like this:
I have a redirect setup that looks for an image in a directory and if it does not exist, it will redirect to a php file that resizes an image and saves it to that directory. I got it to work great. Pr
I am running PHP on Apache, and am confused about how to implement server-side caching, in order to make the site load faster.
I just searched the web but could not find a good answer to this: The Google page speed extension for FF told me to cache files on my website (PHP). Therefore I updated my .htaccess (in my beta-area
I am trying to set Expire header to 2 hours from access for text/html by using mod_expires like that:
I have a simple RewriteRule: RewriteRule ^/r/[0-9]+/(.*)$ /$1 This is used for cache-busting. With every web site release I change the url prefix, e.g.:
I know that I can add expires header using mod_expires. However, what can I do if the Apache server doesn\'t h开发者_C百科ave mod_expires installed and I don\'t want to route the access to the files t