pieman72/adhoc_front/master/download/.htaccess - Htaccess File

pieman72/adhoc_front/master/download/.htaccess

# No direct access to any files except index.php
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /adhoc_demo/download/
    RewriteRule ^index.php$ - [L]
    RewriteRule . /adhoc_demo/download/index.php [L,R=302]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache