You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Tyler Bird <bi...@epromo.com> on 2007/04/26 23:19:39 UTC

.htaccess explained better

    <Directory />
        Options -Indexes
        AllowOverride All
       DirectoryIndex index.i
    </Directory>
</VirtualHost>



.htaccess contents

DirectoryIndex test.txt


I do the following

comment out directoryindex

#DirectoryIndex test.txt


then I request the virtual host and it gives me and can't find mod_perl 
registry error.

I am running enterprise 5, with apache 2.2, mod_perl 2.0.3 and perl 5.8.8
all installed with the enterprise 5 system.

Any ideas this works fine in the enterprise 2.1 environment.

Tyler