.htaccess problem with 301 Redirects
-
We are using Multi sites and just released a new website. Their old site must have been Joomla or something because all of their old links start with /content/index.php/.
for some reason the .htaccess file has an issue with that part of the redirect. Meaning none of them work.
Here is an example:
Redirect 301 /content/index.php/ground-transport.html /transportation/
takes me to /ground-transport.html when it should take me to /transportation/
We believe it has something to do with the default WordPress rewrite rules, but we just do not know enough about .htaccess and multisites to understand fully what is wrong.
We have done some trouble shooting. If we remove the /content/index.php it works.
In other words:
Redirect 301 /ground-transport.html /transportation/
takes me to the correct URL.Any suggestions would be welcome.
Thank you.
- The topic ‘.htaccess problem with 301 Redirects’ is closed to new replies.