mharc-users

Re: [approved] RE: cgi-bin ScriptAlias question (found the answer...)

2002-12-11 14:48:04
On December 11, 2002 at 14:30, "William" wrote:

Will the following change in lib/config.sh:

# Root URL to mail archives.
ROOT_URL=http://www.domain.com/lists/
# URL to html archives
HTML_URL=$ROOT_URL/html

generate a cgi-bin/mnav.cgi with:
$url_archive_root = '/lists/html';

Of course, just run 'make configure' and find out. You can always
change it.

For what you have $url_archive_root will be set to
'http://www.domain.com/lists/html'.  You probably want to set

  ROOT_URL=/lists

This way, all URLs are relative to the server, so if you change
server names, you do not have to re-edit all your archives.

--ewh

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHARC-USERS