in reply to Question about web trees, html paths, and HTML::Template
Only the files in domain1 and domain2 directories (and sub-directories) are web-accessible.
Your template files are reached via a full server path and can be accessed from multiple domains (on the same server).
One solution is to create a 3rd domain and put your common images, css, javascript, etc,. in that domain.
You would then need to use 'http://www.domain3/......' to access these files
(or you could put them all in something like 'http://www.domain1/common/....)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Question about web trees, html paths, and HTML::Template
by bradcathey (Prior) on Apr 06, 2008 at 12:28 UTC | |
by dsheroh (Monsignor) on Apr 06, 2008 at 15:29 UTC | |
by bradcathey (Prior) on Apr 06, 2008 at 16:09 UTC | |
by nedals (Deacon) on Apr 06, 2008 at 18:01 UTC | |
by bradcathey (Prior) on Apr 07, 2008 at 12:50 UTC | |
by nedals (Deacon) on Apr 07, 2008 at 19:30 UTC |