By romain0412 on
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é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
Rename the file
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/
Thanks for your help, I
Thanks for your help, I rename the file and everything is ok now :-D
Romain