I wanted to find out if the following Apache modules are enabled so I can use cache control on my site
mod_expires
mod_headers
If they are, great, if they are not, is it possible to have them enabled
I wanted to find out if the following Apache modules are enabled so I can use cache control on my site
mod_expires
mod_headers
If they are, great, if they are not, is it possible to have them enabled
Try them out -- if you get 500 Internal Server Errors after enabling it in .htaccess, then they aren't supported![]()
Both are enabled.
If they were not, you could make a post in Feedback & Suggestions and make your case for why they should be enabled for all the Free Hosting servers and accounts. Such adjustments cannot be made on an account by account basis.
Nothing is always absolutely so.
Thanks, if they're enabled cool, if not its no big deal, my site is just primarily a static site so controlling the cache for pages that get updated often would be nice so user's don't have to refresh the page to show new content.
And yes I am aware that they cannot be enabled on an account by account basis, I have run Apache Web Servers myself before.