P
P
PoodingRex2017-02-13 11:46:11
htaccess
PoodingRex, 2017-02-13 11:46:11

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

1 answer(s)
V
Viktor Taran, 2017-02-13
@shambler81

# 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 question

Ask a Question

731 491 924 answers to any question