M Maxington macrumors 6502 Original poster May 11, 2007 326 0 Oshkosh, WI Jun 6, 2010 #1 Any ideas on the code to use to rewrite the URL from: http://subdomain.domain.com/ to http://newdomain.com/ Thanks,
Any ideas on the code to use to rewrite the URL from: http://subdomain.domain.com/ to http://newdomain.com/ Thanks,
design-is macrumors 65816 Oct 17, 2007 1,219 1 London / U.K. Jun 7, 2010 #2 Hi Maxington Are you looking to rewrite or redirect? To re-direct, use the following: Code: Redirect 301 / http://www.example.com/ I don't think you can rewrite a domain to be another domain... You would just have to buy the new domain and redirect your visitors to it. I am however not an expert in these things. /Doug
Hi Maxington Are you looking to rewrite or redirect? To re-direct, use the following: Code: Redirect 301 / http://www.example.com/ I don't think you can rewrite a domain to be another domain... You would just have to buy the new domain and redirect your visitors to it. I am however not an expert in these things. /Doug