CodeBlastr/PLATFORM1/master/.htaccess - Htaccess File

CodeBlastr/PLATFORM1/master/.htaccess

Options -Indexes
<IfModule mod_rewrite.c>
    RewriteEngine on

     RewriteRule "^(.*/)?.git/" - [F,L]

     RewriteRule    ^$ app/webroot/    [L]
     RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache