P
P
Prog-Time2019-10-22 22:23:03
htaccess
Prog-Time, 2019-10-22 22:23:03

What should I write in htaccess to make a redirect?

You need to set up a redirect from pages like example.com/duhovok-i-elektroplit/page/2 to example.com/duhovok-i-elektroplit
You need to set up using a regular expression. There are many such pages, this part /duhovok-i-elektroplit/ is changing .

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-10-22
@Prog-Time

Add Or to the beginning of the file

RewriteEngine On

RewriteRule ^([^/]+)/page/\d+/?$ /$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question