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>
Files
