How to redirect a subdomain to different domain using .htaccess

December 21, 2023 / Domain and DNS

This article explains how to redirect a subdomain to another domain using .htaccess.

Follow the steps-

  1. Log in to Plesk.
  2. Select the subdomain.
    Domains
  3. Click on the “File Manager” sub-option.
    File manager
  4. Click on the “+” sign and click on the “Create File” option
    Create file
  5. Enter the following content-
    RewriteEngine On RewriteBase /
    
    RewriteRule ^(.*)$ http://www.test.com/$1 [L,R=301,NC]

    (www.test.com is the domain to which the redirect is performed)

    Create a file>ok

  6. Click on the “OK” button.

In this manner, you can redirect a subdomain to another domain using .htaccess.

Dominos Search