Answer the question
In order to leave comments, you need to log in
How to replace a specific link via .htaccess?
Good day! Can you please tell me how to replace a specific link via .htaccess? I tried to search on the net, but there is only a replacement according to the rules, which is not entirely clear to me. How can one simply change, for example, the info/about_us link to information/about ? It is this link, not all similar to it.
Thanks in advance for your reply.
Answer the question
In order to leave comments, you need to log in
# 301 --- info/about_us => information/about?
RewriteRule ^info/about_us$ /information/about [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question