Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jan 20, 2012 11:41 am 
Offline
Junior Member

Joined: Tue Jul 05, 2011 8:56 am
Posts: 22
Location: http://colorgenetics.info
I need to rewrite part of a path. For example my I need to go from

site/canine/gallery/v/restofpath

to site/gallery/v/canine/restofpath

Does anyone have any suggestions for this? I've tried doing simple folder rewrites and that doesn't seem to do the trick.

Thank you

_________________
Color Genetics


Last edited by alforddm on Fri Jan 20, 2012 9:16 pm, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Fri Jan 20, 2012 6:54 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Which web server are you using? What have you tried that didn't work?

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Fri Jan 20, 2012 8:58 pm 
Offline
Junior Member

Joined: Tue Jul 05, 2011 8:56 am
Posts: 22
Location: http://colorgenetics.info
It's apache 2 with mod_rewrite.

This is what I've tried so far.


RewriteCond %{HTTP_HOST} ^/canine/gallery/v/$ [NC]
RewriteRule ^(.*)$ http://colorgenetics.info/gallery/v/canine/$1 [R=301,L]


RewriteRule ^canine/gallery/v/(.*)$ gallery/v/canine/$1 [R=301,NC,L]

RewriteRule ^canine/gallery/v/$ gallery/v/canine/$1 [R=301,NC,L]

Redirect permanent /canine/gallery/v/ http://colorgenetics.info/gallery/v/canine/


RewriteRule ^canine/gallery/v/(.*) /gallery/v/canine/$1 [L,R=301]
trys to work redirects to http://colorgenetics.info/gallery/v/can ... gallery/v/ where i get a drupal page not found error



RewriteRule ^canine/gallery/v/ /gallery/v/canine/$1 [L,R=301]
Works to redirect just the line canine/gallery/v/ but anything of the form canine/gallery/v/restofurl gives a generic link broken server reply

_________________
Color Genetics


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group