L
L
life__in_every_breath2019-01-05 15:24:04
URL Handling
life__in_every_breath, 2019-01-05 15:24:04

How to redirect all urls starting with the word link?

Hello!
I made links starting with link (llnk_ , link-) to hide ref links.
Then removed. Now the question is how to implement a redirect of all links starting with the word link in .HTACCESS? So that someone who stumbles upon such a link on the Internet does not get to 404, but to a certain page. Without prescribing each separately, I can’t remember most of them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-01-06
@life__in_every_breath

At the very beginning of .htaccess add:
Or

RewriteEngine On
RewriteRule ^link  /page [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question