Hi all,

I am using an Apache Handler module to create my home page, using

<Location /index.pl>
    SetHandler perl-script
    PerlHandler ModuleName
</Location>

I have DirectoryIndex set to "index.pl index.html", but the Location
directive is not being picked up for the index, so I get the default
directory listing. Is there another solution instead of a RewriteRule to
redirect "/" to "/index.pl"?  Any thoughts would be appreciated.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to