--- branches/hidra/global.conf 2004/01/31 20:57:48 206 +++ branches/hidra/global.conf 2004/01/31 21:03:06 207 @@ -38,3 +38,14 @@ # master template which will be used to enable global design changes # (it will replace ##webpac## in this template with output of webpac) template = /data/webpac-hidra/public_html.hr/template.html + # this base path is used to decide what is base URL of your webpac + # e.g. /webpac/. Normally, you will have index.cgi after it in + # URL. However, if you install additional aliases in your httpd.conf + # you can also make directories in template_html and public_html + # and webpac will autonatically use that. How? Just add + # Alias /webpac/en/ /data/webpac/public_html/ + # and make en directory in public_html and/or template_html with + # files localized for english (in case that's not your default + # language) + base_path = /webpac-hidra +