26 Feb
2006
26 Feb
'06
7:12 a.m.
On Feb 25, 2006, at 9:29 PM, James Weeks wrote:
If a user tries to goto a page that includes a space such as "/? q=logic gates" the browser will convert the space to %20 giveing "/?q=logic%20gates" My question is can you create an alias to this?
i have tried the following drupal aliases but none work. node/60 => "logic%20gates" (it accepts this entry but i still get a page not found when "/?q=logic%20gates" enterd in browser) node/60 => "logic gates" (drupal wont accept this as a valid alias entry ) node/60 => 'logic gates' (drupal wont accept this as a valid alias entry )
This sounds like it's related to this problem. http://drupal.org/node/46746 Matt