bermi/akelos/master/app_layout/.htaccess - Htaccess File

bermi/akelos/master/app_layout/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
  
   RewriteRule ^(.*/)?.(svn|git|hg|bzr)/ - [F,L]
   
   ErrorDocument 403 "Access Forbidden"

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

ErrorDocument 500 "<h2>Apache server error</h2>Akelos application failed to start properly"

On Github License

Files

Download PDF of Htaccess file

Comments

Apache