Forums

forward main site to sub site (2 posts)

  1. Tagoren
    Member
    Posted 11 months ago #

    Site is built in an old 2.* MU.... need to redirect the current homepage (www.aaaa.com) to a sub-site (www.aaaa.com/bbb) how can I achieve this?

    Thank You

  2. mdevaney
    Member
    Posted 11 months ago #

    in your .htaccess file:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^aaaa\.com
    RewriteRule ^(.*)$ http://www.aaaa.com/bbb$1 [R=permanent,L]

Reply

You must log in to post.

About this Topic