Forum Moderators: mack
I have create structure of my site follow as the below example;
1. "en" folder
2. "de" folder
3. "images" folder
Then I have created subdomain's [en.mydomain.com...]
and [de.mydomain.com...]
I would like to call to my images by I don't use the full path for that.
How can I do?
Thank you,
Superherothai
If the images are the same, use the same file system path. If not, you have many options. One of which is content negotiation [httpd.apache.org].
if your server OS supports symbolic links you could provide a link to the images directory from the languages directories.