--- branches/drustvene/global.conf 2004/12/22 15:47:21 602 +++ branches/drustvene/global.conf 2005/01/27 17:50:15 645 @@ -43,4 +43,15 @@ # 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-drustvene/public_html-drustvene/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-drustvene +