How to redirect a site

RewriteEngine on


rewritecond %{http_host} ^Domain.com [nc]


rewriterule ^(.*)$ http://www.domain.com/mywebsites/$1 [r=301,nc]


Instead of  domain.com write your domian name and new path

0 comments:

Post a Comment