R
R
romanovand2019-09-25 09:12:43
htaccess
romanovand, 2019-09-25 09:12:43

How to redirect all pages of a domain folder to home page?

Can you please tell me how to redirect all category pages to the main page?
URLs look like this: https://site.rf/category/UC-9Z0Zbu8II
i.e. you need to redirect https://site.rf/category/* to https://site.rf

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-09-25
@romanovand

Add
Or to the beginning of the file

RewriteEngine on
RewriteRule ^category/ / [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question