[HELP] Need help with 301/.htaccess

darrensss

Power Member
Joined
Jun 10, 2010
Messages
697
Reaction score
80
Guys,
Setting up my .htaccess file with 301's.
All working fine for most redirects apart from the following ...

RewriteRule bluewidget /blue-widget/ [R=301,L]
RewriteRule bluewidget/folder2 /blue-widget/folder2/page2 [R=301,L]
RewriteRule bluewidget/folder3 /blue-widget/folder3/page3 [R=301,L]

If i goto ww.mysite.com/bluewidget - redirects to ww.mysite.com/blue-widget (which is correct)

But ...

If i goto ww.mysite.com/bluewidget/folder2 - this redirects to ww.mysite.com/blue-widget (should goto ww.mysite.com/blue-widget/folder2/page2)
or
ww.mysite.com/bluewidget/folder3 - this redirects to ww.mysite.com/blue-widget (should goto ww.mysite.com/blue-widget/folder3/page3)
What am i doing wrong???
 
Try to ask here ,
Code:
http://stackoverflow.com/
 
2nd vote for stackoverflow they almost always help with these issues and they are super fast.
 
Back
Top