|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
mod_rewrite rule
how do i write the mod_rewrite so it will allow spaces in the url?
www.mydomain.com/John Doe.html What I am using now is [0-9a-zA-Z]+ but that will not allow the space. Can anyone help? |
|
#2
|
||||
|
||||
|
RE: mod_rewrite rule
Ouch. 2 things:
s is for whitespace. A nice cheat sheet is at http://www.regular-expressions.info/reference.html. ...but spaces in URLS are bad! They're not allowed and URL encoding converts them to +. -Tim |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > mod_rewrite rule |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|