Forum Moderators: phranque
http://mysite.com/directory1/directory2 http://myotherwebsite.com/en/adifferentdirectory http://myotherwebsite.com/en/adifferentdirectory http://myotherwebsite/en/adifferentdirectory/directory2 . This makes no sense because the redirected URL and the destination URL are mixed. http://myotherwebsite.com/en/adifferentdirectory The Page is not found and I am redirected to http://example.com/en/adifferentdirectory/directory2
RedirectMatch 301 ^/directory1/directory2E.*$ http://example.com/directory3
For the redirections that don't work, they bring me to a URL that is a mix of the directories of redirected URL and those of the destination URL.