Closed (fixed)
Project:
Global Redirect
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Nov 2006 at 16:34 UTC
Updated:
11 May 2007 at 12:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nicholasthompsonNice find! Thanks - committed.
Comment #2
Anonymous (not verified) commentedShould this fix be added to HEAD as well?
Comment #3
Anonymous (not verified) commentedAnd looking at the code from HEAD I see ``header("HTTP/1.1 301 Moved Permanently")'' in three places. Should they all be changed to ``drupal_set_header("HTTP/1.1 301 Moved Permanently")''?
Earnie
http://for-my-kids.com
http://give-me-an-offer.com
Comment #4
nicholasthompsonah dammit... Cheers - I'm still getting used to CVS. I'll sort this out asap (after reading up on how to clear-up my repository.. its got a bit messy).
Comment #5
Tobias Maier commentedI think this got fixed
Comment #6
(not verified) commentedComment #7
hass commentedBug isn't fixed in HEAD and 4.7.x-1.1
Comment #8
hass commentedhere is the patch for this recurring bug.
Comment #9
nicholasthompsonOk - hopefully this will put this one to bed. I've just commited the changes to DRUPAL-4-7 and applied those changes into DRUPAL-4-7--1-2-1.
I'll sort out HEAD another day (HEAD should probably be a version of 5.x or something like that...)
Comment #10
hass commentedHEAD is 6.x
DRUPAL-5 is for 5.x
Comment #11
nicholasthompsonIn that case I'll add a new entry to my "To Do" list to get Global Redirect working for Drupal 6.x (DRUPAL-HEAD I assume?)
Comment #12
killes@www.drop.org commented