mzabriskie/phyllis/master/web/.htaccess - Htaccess File

mzabriskie/phyllis/master/web/.htaccess

# Allow access to directory index.
<FilesMatch "index.php$">
    Order allow,deny
    Allow from all
</FilesMatch>

# Set the default handler.
<IfModule dir_module>
    DirectoryIndex index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache