Answer the question
In order to leave comments, you need to log in
How to remotely reset the browser cache when canceling a 301 redirect?
Situation:
there was a /onas/ folder on the site. In /onas/index.php it was written:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: /onas/contacts/");
exit();
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question