In Drupal 6.9 I have the following File System Path settings:
/srv/www/htdocs/sites/default/files

and Temp directory
/tmp

Image directory is:
/srv/www/htdocs/sites/default/files/images

But when I try to view an image the path is:
http://creekspeak//srv/www/htdocs/sites/default/files/images/carmen_0.gif

The Drupal installation will not recognize anything but the above FSP how can I manually change this to reflect the correct path which should be:

/sites/default/files

I know this is relatively easy question.

Comments

zbricoleur’s picture

Try changing your settings to

sites/default/files

and

sites/default/files/images

respectively.

rocketboy37’s picture

That worked although i didnt have to change the images settings just the file system.

Thanks!