Thread: 301 Redirect
View Single Post
  #5 (permalink)  
Old 12-21-2007, 04:19 AM
magosla2001 magosla2001 is offline
WebProWorld New Member
 
Join Date: Jul 2007
Posts: 9
magosla2001 RepRank 0
Default Re: 301 Redirect

I am having problem with this .htacess script;

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.mysite\.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/f/$1 [R=301,L]

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.www\.mysite\.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/f/$1 [R=301,L]


The problem is it tries opening http://www.mysite.com/f/f/f/f/f/fffffffff/f/f/f/f/f/f/
in this case the /f is being repeated.
Reply With Quote