|
Home > Archive > Apache Server configuration support > August 2006 > space in url
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| marathoner@sina.com 2006-08-24, 7:30 pm |
| Hi,
For some reason, our Apache server can't recognize the "+" signs for
spaces in URL.
For example, /file+abc.html doesn't work.
We can only use %20 for spaces
/file%20abc.html
How can I get the + sign to work?
Any advice would be appreciated.
Thanks in advance.
Lei
| |
| Mark Taylor 2006-08-24, 7:30 pm |
| marathoner@sina.com wrote in news:1156451990.300323.179760
@i42g2000cwa.googlegroups.com:
> Hi,
>
> For some reason, our Apache server can't recognize the "+" signs for
> spaces in URL.
>
> For example, /file+abc.html doesn't work.
>
> We can only use %20 for spaces
> /file%20abc.html
>
> How can I get the + sign to work?
>
> Any advice would be appreciated.
>
> Thanks in advance.
>
> Lei
>
>
IIRC the + sign is only interpreted as a space only when following a ?
Like www.foobar.com/this.cgi?run+thisprog
run becomes ARGV[0] and thisprog becomes ARGV[1]
----== Posted via webservertalk.com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.webservertalk.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|
|
|
|
|