P
P
Prog-Time2019-11-09 14:13:43
htaccess
Prog-Time, 2019-11-09 14:13:43

How to make a redirect from Cyrillic to Latin "translit"?

How can I make a redirect from the pages http://test.ru/refrigerators/ to test.ru/holodilnikov

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2019-11-09
@firedragon

See Punycode section
https://help.sweb.ru/entry/62/

D
dodo512, 2019-11-09
@dodo512

RewriteEngine On

RewriteRule ^холодильников/$  http://test.ru/holodilnikov/ [R=301,L]

Append to the beginning of the .htaccess file and save as UTF-8 without BOM.

D
Dimonchik, 2019-11-09
@dimonchik2013

so
no code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question