I've got drupal 6.19 installeded locally in an xampp SUBDIRECTORY. Everything works great with the exception of the images are broken. They path being created is missing my subdirectory where drupal is installed.
The path should start with :
http://localhost/drupal6.19/sites/default/files/
but is instead
http://localhost/sites/default/files.
I've tried:
setting base url in the setting php file and clearing my cache:
$base_url = 'http://localhost/drupal6.19';
did not work.
I've tried :
uncommenting this line int he htaccess file and clearing cache:
# RewriteBase /drupal6.19
nothing.
I'm running out of ideas. Any help?
i won't do a clean install as I've already spent a lot of time migrating content over and configuring the site. I need to get this fixed somehow...
Read »








