Showing posts with label Redirect. Show all posts
Showing posts with label Redirect. Show all posts

How to redirect a site

0 comments

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