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
> 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