htaccess Redirect 301 problem
Posted
by Marty
on Server Fault
See other posts from Server Fault
or by Marty
Published on 2009-11-18T22:11:31Z
Indexed on
2010/03/16
8:06 UTC
Read the original article
Hit count: 721
I have the following in my .htaccess file-
Redirect 301 / http://www.foo.com/south-carolina-real-estate/
Redirect 301 /related/aiken-sc.htm?tkn=MXNDbGxQjEAKEwj0qrmMz_OYAhUdBGoKHY43MKwYASAFMKCTDDgNUKCTDFDLuosP http://www.foo.com/south-carolina-real-estate/
Redirect 301 /related/aiken-sc.htm http://www.foo.com/south-carolina-real-estate/
Redirect 301 /related/spartanburg.htm?tkn=0bzl_HmfIxIKEwj0qrmMz_OYAhUdBGoKHY43MKwYASADMKCTDDgNUKCTDFDLuosP http://www.foo.com/south-carolina-real-estate/
Redirect 301 /related/spartanburg.htm http://www.foo.com/south-carolina-real-estate/
But when I visit http://www.url.com/related/aiken-sc.htm I get the following URL in the browser-
http://www.foo.com/south-carolina-real-estate/related/aiken-sc.htm
Not sure what the problem is, this works fine on other sites...?
© Server Fault or respective owner