At present i am caching whole website using .htacces with code
And i dont want to cache a specific page called
so i used following code
But that page is still being cached, Please guide me.
Apache config:
RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600]
http://www.mydomain.com/random_page.html
so i used following code
Apache config:
RewriteRule /random_page.html - [E=Cache-Control:no-cache]
Last edited by a moderator: