Hi,

First of all sorry for my english, I'm french and my english is quite bad !!

For my intranet site I'd like to make available certain doc, so I create a doc file in my drupal folder, giving the rights to read and execute at all, except that any root (orders ==> chmod 755 doc), I paste a good doc in, create a link on a page, (when I use source code that gives it

<p><a target="Planning" href="/doc/Planning (Cong&eacute;s+Horaires).xls">planning </a></p>

And when I test I have a nice error message :

You don't have permission to access /doc/Planning (Congés+Horaires).xls on this server.

Then I have all rights to the whole world to test (chmod 777) and the same problem, someone would have an idea?

Thanks

Comments

Sverre’s picture

Hi romain0412,

I would suggest renaming the file so that it doesn't include any spaces or special characters like the ampersand and brackets.

Hope this helps.

Sverre :-)

--
Sverre Sverresonn
Group Scout Leader
21st Medway Scouts, Kent, UK
http://www.21stmedway.org.uk/

Medway Towns District Scouts
http://www.medwaytowns.org.uk/

romain0412’s picture

Thanks for your help, I rename the file and everything is ok now :-D

Romain