hedra-digital/livro-da-classe/master/gitlist/.htaccess - Htaccess File

hedra-digital/livro-da-classe/master/gitlist/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    #RewriteBase /path/to/gitlist/

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [L,NC]
</IfModule>
<Files config.ini>
    order allow,deny
    deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache