I
I
Ilkhom Nazarov2016-01-20 02:18:22
htaccess
Ilkhom Nazarov, 2016-01-20 02:18:22

How to set up a 301 redirect when moving a folder?

It was:
site.ru/dir/...
Now dir has moved here:
site.ru/ new /dir/...
How to set up a 301 redirect?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2016-01-20
@Epileptoid

something like thisRewriteRule ^dir/(.*)$ /new/dir/$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question