Peter Gammie <[EMAIL PROTECTED]> writes:

> The problem is most certainly in those rules. The aim is simply to
> remove the script name from the URL. With the rules omitted, this
> works:
>
> http://hope.peteg.org/hope.cgi/

I would recommend using the following domtool config for the hope
subdomain.

  web "hope" where
    DocumentRoot = home "hope";
  with
    addDefaultCharset "utf-8";
    scriptAlias "/" (home "hope/hope.cgi/");
    rewriteLogLevel 1;
  end;

If there are images or other things that need to be accessed on that
domain, then add some "alias" lines before the scriptAlias line, such
as:

    alias "/images" (home "hope/images");

-- 
Michael Olson
HCoop System Administrator
http://hcoop.net/

Attachment: pgp8jixcaQ0QE.pgp
Description: PGP signature

_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to