that is interesting, but I have several applications running, mapped through the virtualhost.ini in different Folders. So I have a folder and inside I have a pictures Folder. Now how to do this with the web_static?

You have to create your own folder structure within web_static and then reference the images/css/javascript from there. If your dynamic folder structure is like this:

site1
   images
   css
   js
site2
   images
   css
   js
web_static

change it to this:

site1
site2
site3
web_static
   site1
      images
      css
      js
   site2
      images
      css
      js

So your <img> tags would be like this:

<img src="/site1/images/logo.gif" />
<img src="/site2/images/logo.gif" />

and so on.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to