View Single Post
Old 01-14-2010, 08:53 PM   PM User | #1
vorl
Regular Coder

 
Join Date: Feb 2005
Posts: 190
Thanks: 25
Thanked 0 Times in 0 Posts
vorl is an unknown quantity at this point
HTACCESS problem - loop error

Hey guys

Im stuck with a problem...i'll explain the issue.

I published my website and the path was something like www.example.com/example.php and it was indexed by google. I have now redone my directories so the path is now www.example.com/uk/example.php

So when a visitor goes to example.com it should go to example.com/uk/
As google has already indexed the old path, im assuming I need a 301 redirect to phase out the old path and introduce the new path...correct me if im wrong?

Ive tried the following basic 301 redirect...but it returns a 'indefinate loop'.

Code:
 Redirect 301 / http://www.example.com/uk/

Please someone let me know what im doing wrong...ive spent hours searching and found nothing!

Thanks!
vorl is offline   Reply With Quote