Newbie: virtual hosts and includes

2000-06-08 Thread Winfried . Soltys
The scenario: A script under a shared location (/www/shared/myscript) parses a html template and print it out. For each virtual host exists a template with the same name but different root directories: /www/a/htdocs/templates/mytemplate /www/b/htdocs/templates/mytemplate ... and so on (roo

Newbie: virtual hosts and includes

2000-06-08 Thread Winfried . Soltys
> The scenario: > > A script under a shared location (/www/shared/myscript) parses a html template and >print it out. > For each virtual host exists a template with the same name but different root >directories: > /www/a/htdocs/templates/mytemplate > /www/b/htdocs/templates/mytemplate... an