logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

Download method: Private - files are transferred by Drupal

By chris
Created 24 Jan 2006 - 5:51pm
The option is located under "Administer Menus-->Settings-->File system settings".

When we enable that choice under "File system settings" options. Drupal does take control of the image links.

But the image links, when displayed, generate entries in the log like: "system/files denied access".
(Links like: http://www.sitebuddy.com/system/files?file=pictures/picture-1.jpg )
In other words, it appears that the display of the images is not permitted by default (i.e. "system/files denied access" in the log).

So without modifying some PHP code, it appears that to enable everyone to see image you have to use the option:
"Public - files are available using http directly"
 

Source URL:
http://www.sitebuddy.com/Drupal/Upload/Settings