I have a page that I have a meta refresh set up on. I have recently changed the site that the page redirects to but users that have accessed the page with the meta refresh on it are still getting routed to the old page.
Is there any way to force them to the new page without having them clear their cache (I am assuming this would work - I haven't tried it because I want to be able to experience the solution myself)?
BTW, users that have never accessed the page that redirects are sent to the new page so the page is set up correctly.
Thanks!
Joe
Web DevelopmentWeb BrowsersWeb Languages and Standards
Only reason I gave ITTallahassee more points is he offered a potential solution. Thanks to both of you for responding so quickly!
Dave Baldwin
Thanks for the points. As I pointed out, the same cache that is redirecting to the old page will continue to load the old page (without the redirect) until both of them expire from the cache. Putting a redirect on the old page is still a good idea for any new visitors that you want to redirect.