N
N
Nikita2015-05-30 05:15:43
htaccess
Nikita, 2015-05-30 05:15:43

How to 301 redirect multiple pages?

Hi all. Please help, I'm facing a redirect problem.
What is:
http://site.ru/shopping/?q=bla&p=bla...(variables)
What is needed: redirect all pages of this type of site to
http://site.ru/woman/shopping/?q= blah&p=blah...(re...
I can't figure out how to do it, I got sick when it went through. Thank you. Good luck to you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ShamblerR, 2015-06-01
@ShamblerR

# Rewrite --- site.ru/shopping => site.ru/woman/shopping

RewriteRule ^shopping/$ /woman/shopping/?&%{QUERY_STRING}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question