D
D
devKazhan2019-03-31 22:20:54
htaccess
devKazhan, 2019-03-31 22:20:54

Redirect entire folder to wordpress homepage?

ran into a problem that it is not possible to redirect the entire folder to the main page.
Tried:
RewriteRule ^tag/.*$ / [L,R=301]
Redirect 301 /tag/ https://domain
It either rips out part of the url or doesn't work at all. I need all urls after this one and including this folder to lead
to the main one.
Tell me please

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-03-31
@devKazhan

RewriteRule ^tag/.*$ / [L,R=301]

This rule must be placed at the beginning of the file so that it works before the CNC rules.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question