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

pieman72/adhoc_front/master/load/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache