2016-04-11 21 views

cevap

0

için aşağıdaki kural eklemek yeniden yönlendirmek için htaccess'iniz:

RewriteEngine on 

RewriteCond %{HTTP_HOST} ^subdomain\.example\.com$ 
RewriteRule ^/?somepage http://example.com%{REQUEST_URI} [NE,NC,R,L] 
+0

Bunun çalışması için alt alanları kurmalı mıyım? – WordPressDeveloper

+0

Bu tür işler ancak doğru sayfaya yönlendirilmez: RewriteCond% {HTTP_HOST}^tips \ .silvercross \ .com $ [OR] RewriteCond% {HTTP_HOST}^www \ .tips \ .silvercross \ .com $ RewriteRule^/? $ "Https \: \/\/www \ .silvercross \ .com \ /" [R = 301, L] – WordPressDeveloper

İlgili konular