Answer the question
In order to leave comments, you need to log in
How to make a 301 redirect from a strict address with a parameter to a new one without a parameter?
We migrate the site to Joomla 3. And we ran into a problem, the standard redirect component could not make redirects from old addresses to new ones.
We tried to register a redirect in .htaccess on our own, but it also does not work.
The essence is something like this.
oldsite/index.php?id=2 -> newsite/katalog
oldsite/index.php?id=3 -> newsite/price
oldsite/index.php?id=4 -> newsite/katalog/subcat2
RewriteRule ^index\.php?id=2$ /katalog [R=301,L]
redirect 301 index.php?id=2 newsite/katalog
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question