K
K
konservat0r2017-02-13 11:15:20
Domain name market
konservat0r, 2017-02-13 11:15:20

How to set up a subdomain redirect?

Guys, help me how to make a redirect, before the gallery opened like this www.yurevets37.ru/photo, now I made a subdomain like this www.photo.yurevets37.ru
now both this one and this one work. I want www.photo.yurevets37.ru to become the main one

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2017-02-13
@konservat0r

RewriteCond %{HTTP_HOST} ^www\.yurevets37\.ru$ [NC]
# проверка от цикла, если домен  такой.
RewriteCond %{REQUEST_URI} ^photo/(.*)$
# если в урл содержит photo,и запомним все что после него в скобках
RewriteRule ^(.*)$ /www.photo.yurevets37.ru/%1 [R=301,L]  
#если все правила выполнены то перенаправить все на нвоый домен, а все что в скобках подставить.

Something like that, just check.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question