Closed (fixed)
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2009 at 18:02 UTC
Updated:
20 Aug 2010 at 17:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mattis commentedI also had problems with URL's containing multibyte characters. The following had to be forwarded:
index.php?Tipps_%2B_Tricks:Tourenvorbereitung:Ern%E4hrung
=>
http://www.mountainscouts.ch/tipps-und-tricks/tourenvorbereitung/ernaehrung
I wrote a patch for it, but I think it is pretty ugly that way. But as I don't have any experience with character encoding, I think somebody with more experience in this area should review it.
Oops... guess I got two accounts...
Comment #2
mattis commentedSame patch without debug-echo's...
Comment #3
dave reidUse:
From:
<front>?KontaktTo:
kontaktConfirmed this works on the latest code.
Comment #5
mattis commentedThanks alot for the work. I now have the latest dev-version running and it mostly works.
Anyway, there are some redirects still not working:
?&mailform => kontakt/formular
?download=MS_einVerein.pdf => download/mseinvereinpdf
(Data is taken directly from the database, not from the frontend)
I didn't have the time to look into it yet.
Comment #6
dave reidYour source paths need to be
<front>?mailformand<front>?download=MS_einVerein.pdfComment #7
andrewhotlab commentedI've just tested the 6.x-1.x-dev released on 2009-Dec-09, running Drupal 6.15, and the module seems not be able to redirect paths beginning with the "?" symbol yet. There is any particular reason for this (maybe a security concern)? The last version of the module that I can confirm to be able to redirect this type of URLs is the 6.x-1.0-beta3, which I'm still running in production.
Comment #8
dave reidPlease read #6.