Read what martin_ has to say:

static directory

Published on Sunday, 2. September 2007, 21:50.
About: help
I used on my blog system-wide images located in a static directory (for instance the XML button). With the redirection to subdomains these images have vanished.
The old code has been
< img src="/static/xmlbutton.gif" width="36" border="0" alt="xml version of this page" height="14" / >
Could you tell me where the image (or the static directory) has moved to?

2 Comments:

sam at Tuesday, 4. September 2007, 13:05
Because every site is now running under its own subdomain, you have to use absolute pathes to reference the static directory now. Instead of "/static/someimage.gif" just use "http://typolis.net/static/someimage.gif". If you want to reference to your sites static directory use: "http://typolis.net/static/sitename/someimage.gif"
martin_, Tuesday, 4. September 2007, 16:54
thanks, the full path works.


To prevent spam abuse referrers and backlinks are displayed using client-side JavaScript code. Thus, you should enable the option to execute JavaScript code in your browser. Otherwise you will only see this information.