[development] question about url aliases with spaces
Matt Westgate
matt at lullabot.com
Sun Feb 26 06:12:08 UTC 2006
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
More information about the development
mailing list