Hi,

I've just moved a D6 site to a new server. Everything is working fine except that a lot of images are not loaded. It seem that Drupal is adding "files" before the actual path of the image.

For example:

/misc/watchdog-warning.png

is transformed to

files/misc/watchdog-warning.png

Anything I put on "File system path" on file system settings, will be placed before the url of the css and js files.

For example, if I choose "crazy-duck" for File system path. Garland css will be search on "crazy-duck/themes/garland/style.css" and is not found. The correct path should be just "/themes/garland/style.css".

Any advice? Thanks for your help.

Thanks

Comments

symlinks

I ended up creating the following symlinks

files/modules symlinks to modules
files/sites symlinks to sites
files/misc symlinks to misc

files folder permissions are set to 777. Does it creates a security vulnerability?

Anyway, I'll appreciate any advice on how to solve the original issue.

Thanks

nobody click here