Solution:
We force a HTTP redirect to the new URL which leads to a change of the browsers and thus the users view:
- Code: Select all
RewriteEngine on
RewriteBase /~quux/
RewriteRule ^foo\.html$ bar.html [R]
RewriteEngine on
RewriteBase /~quux/
RewriteRule ^foo\.html$ bar.html [R]Return to Redirect or Rewrite Questions