the download.png and upload.png and all the images dont show if a site is on a subdirectory:
they show on example.com
but they dont show on example.com/mydrupalsite
the download.png and upload.png and all the images dont show if a site is on a subdirectory:
they show on example.com
but they dont show on example.com/mydrupalsite
Comments
Comment #1
mchelenIt looks like some of the files were renamed, for example download.png is gone but downloaded.png does exist.
Comment #2
ddorian commentedmike you are talking about this issue: http://drupal.org/node/517158
What im saying is that for example:
when the site is at localhost/myDRUPALsite it will search for images at
localhost/sites/all/modules/bittorrent/.......
and not to
localhost/myDRUPALsite/sites/all/moduels/bittorrent
Comment #3
tiato commentedwhy not just set apache to make localhost/mydrupalsite the root as opposed to localhost? i cannot replicate this issue unless i change apache's root - worth a try?
Comment #4
ddorian commentedbecause im in dev machine and i access all my sites like:
localhost/torrent_site
localhost/other_site
anyway its not a big problem after all and now im fixing it by creating a folder at localhost/sites/all/modules/bittorrent :D