Hi,
I just installed Drupal 6.1 on my Ubuntu 7.10.

It went all fine,
but I'm having some trouble with relative paths:

Many people have had trouble trying to change the logo image,
this is due to the fact that when you upload an image in drupal, it stores it in other_dirs/Drupal_site/files/name.jpg,
so a lot of people (including myself) try to give the complete path to Drupal instead of files/name.jpg

After this the logo is corretly displayed.

I'm having the same trouble trying to change colors in Garland theme.
It creates the files/color39392392/,
but when the page it's displayed, it tries to load other_dirs/Drupal_site/files/coloro93939/cssfile.

As Drupal looks for relative path it can't find the directory containing th css...
I would like to know how to fix this,
if it depends on drupal, or maybe to some bad setting in my apache configuration...

Can any of you give me some help???
Thank you a lot in advance!
Cheers -Luca