Answer the question
In order to leave comments, you need to log in
Redirect from old pages using RewriteMap?
site.conf
RewriteMap oldpages "txt:/var/www/web/redirects.txt"
RewriteCond ${oldpages:%1} ^(.+)$
RewriteRule ^/(.*)$ http://%1/$1 [R]
/lorem/ispum /post123
/lorem.html /post321
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