On Mon, Jan 28, 2013 at 3:17 AM, Hedley Finger <[email protected]>wrote:

> When localhost/ledgersmb is entered, an Alias directive and Rewrite Rule
> are supposed to return C:\Program_Files\LedgerSMB\login.pl:
>
>  Alias  /ledgersmb  C:/Program_Files/LedgerSMB/
> <Directory C:/Program_Files/LedgerSMB>
> RewriteEngine On
> RewriteRule ^/ledgersmb/?$ /ledgersmb/login.pl [R]
> ...
>
> </Directory>
>
>
> Can anyone point out the obvious detail that is eluding me?  The
> directives in the two *.conf files is appended below, minus comment lines.
>

I don't see where httpd.conf is including ledgersmb-httpd.conf.
You need a line like
Include path/to/ledgersmb-httpd.conf
somewhere in your httpd.conf.

- Y

Reply via email to