N
N
nezzard2016-05-19 14:01:39
htaccess
nezzard, 2016-05-19 14:01:39

How to change url using htaccess?

Good afternoon, there is an address site.ru/category/159
How to change the category via htaccess to something else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2016-05-19
@shambler81

RewriteCond %{REQUEST_URI} ^(.*)/dir1/(.*)$ 
# если строка содержит /dir1/ 
RewriteRule ^(.*)$ %1/dir2/%2 [R=301,L] 
#Перенаправить все урлы с начинающиеся с dir1 на dir2 с сохранением дальнейшей структуры URL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question