Hi Dp'ers, The site is hosted on windows server so .htaccess redirect is not working. Looking for someone who is familiar with redirects on windows server. Please pm me with your rates. Thanks, gmifazil
To redirect people and robots to a new location use this PHP redirecting code: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.New-Website.com"); ?> More options: http://www.webconfs.com/how-to-redirect-a-webpage.php
Hi, WE have extensive experience with windows. Can fix this up for you if the issue still persist. Please let us know.
Just create a new index.php file and paste the code in that I listed, upload it to the directory that you want to redirect and you're done.