Im working on a web server.
BEFORE : There was a website. “domain.com/” redirected to “domain.com/index.html” (logic) and this page redirected to “domain.com/en/index.html” with the tag :
“meta http-equiv=”refresh” content=”0;url=en/index.html”“
NOW : There is a wordpress (I installed it), without index.html but an index.php.
THE PROBLEM : When I want to access to “domain.com”, I am redirected to domain.com/en/index.html.
I know it is a cache problem but how to disabled this cache, this redirection ?
I have found a solution about the htaccess (add Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate” ) but it doesn’t works…
Any idea ?
Thanks.
Read more here: How to force to refresh a web page