This is a discussion on (22)Invalid argument: Cannot map GET "FileName" HTTP/1.1 to file within the Windows Web Servers forums, part of the Web Server and Related Forums category; First of all sorry for my english i'm a French/Canadian... On our Apache 2.2 little web server ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
First of all sorry for my english i'm a French/Canadian...
On our Apache 2.2 little web server we only have about 20-30 .PDF files and we send emails to our customers with links pointing to the .PDF. When our customers right-click on the link and do a "Save As" no problems at all the fil is downloaded and all work perfectly. But when the file is bigger than about 100 kb and they try to open the link directly (by left-clicking it) it does'nt work. Here is the error that it gave me in the error.log : [Tue Sep 18 08:14:18 2007] [error] [client xxx.xxx.xxx.xxx] (22)Invalid argument: Cannot map GET /RprSpe/7/DESSIN%20D'ATELIER/ Raccords%20PVC%20\xe9gout/racpvc.pdf HTTP/1.1 to file Thanks in advance for your help... |
|
|||
|
On Tue, 18 Sep 2007, DallaireEric@gmail.com wrote:
> [Tue Sep 18 08:14:18 2007] [error] [client xxx.xxx.xxx.xxx] > (22)Invalid argument: Cannot map GET /RprSpe/7/DESSIN%20D'ATELIER/ > Raccords%20PVC%20\xe9gout/racpvc.pdf HTTP/1.1 to file Do not use special characters (space, apostrophe, e acute ...) in file names. Replace space with underline, replace "e acute" with ASCII "e", omit apostrophe. |
|
|||
|
On 18 sep, 10:45, Andreas Prilop <Prilop2...@trashmail.net> wrote:
> On Tue, 18 Sep 2007, DallaireE...@gmail.com wrote: > > [Tue Sep 18 08:14:18 2007] [error] [client xxx.xxx.xxx.xxx] > > (22)Invalid argument: Cannot map GET /RprSpe/7/DESSIN%20D'ATELIER/ > > Raccords%20PVC%20\xe9gout/racpvc.pdf HTTP/1.1 to file > > Do not use special characters (space, apostrophe, e acute ...) > in file names. Replace space with underline, replace "e acute" > with ASCII "e", omit apostrophe. Ok thanks it work whitout all the special characters. But can you explain why it work when i do a right-click ans "Save As" and not with a left click when the file is bigger than about 100kb and have special characters? |
|
|||
|
On Tue, 18 Sep 2007, DallaireEric@gmail.com wrote:
> But can you explain why it work when i do a right-click ans "Save As" > and not with a left click when the file is bigger than about 100kb and > have special characters? Only when you supply a sample page that shows this effect. |