question about url aliases with spaces
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 ) Also on a side note is there a way to see what version of drupal you using when you log in as administrator. Would be nice if it was displayed somewere e.g administrator->help page
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
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
Matt Westgate wrote:
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.
Matt
thanks that sounds like it. ill have a play later and hopefuly that will fix my problems
participants (3)
-
James Weeks -
Matt Westgate -
Matt Westgate