By thepaul on
I have a few sites running well in a multi-site install. There is just one nagging issue.
If I upload an image to site1's files directory and want to embed it on a page I have to refer to it like this:
site1.com/sites/site1.com/files/image.jpg
and what I want is a way to access it like this:
/files/image.jpg
I don't know if I missed a step during install of multi site or what. Is this something that needs to be done in an .htaccess file or elsewhere?
Thanks in advance.
Comments
Anyone else have this issue.
Anyone else have this issue. Or is it the standard practice to simply use the site1.com/sites/site1.com/files path when linking to images or files in that directory?