I updated a website but the links doesn’t work properly anymore. I have some urls but they don’t work anymore:
http://www.mysite.eu/fr/some-page
http://www.mysite.eu/fr/some-page1
http://www.mysite.eu/fr/some-page2
Is it possible to redirect the page when there is an /fr/ in the url?
I’ve tried
Redirect 301 /fr/ http://www.mysite.eu/
but that only strips the /fr/.
Great! So if you have
mod_rewriteactivated you can rewrite the broken links, instead of redirecting them