htaccess пренасочване от под домейн към url

Идеята е http://mail.example.com да се пренасочи към http://mail.newdomain.com, но сайта example.com да си работи от съответната root директория.

.htaccess правила:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^mail\.example\.com$ [NC]
RewriteRule ^(.*) http://mail.newdomain.com/$1 [L,R]

Категория:

Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *

Your email address will not be published. Required fields are marked *

Comments are closed.

You must be logged in to post a comment.