Hello, I am looking to move my old site to the new one. I want to have everything redirect to the main site except for one directory. How can I accomplish this?
You can add following line in your old web site to redirect page: Redirect 301 /index.php http://NEW_WEB_SITE Redirect 301 /xyz http://NEW_WEB_SITE Kailash