By rocketboy37 on
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
Try changing your settings
Try changing your settings to
and
respectively.
That worked although i didnt
That worked although i didnt have to change the images settings just the file system.
Thanks!