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

bermi/akelos/master/app_layout/test/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine off
</IfModule>

order deny,allow
deny from all
allow from localhost 127.0.0.1 ::1

ErrorDocument 403 "<h1>Access forbidden! 403</h1><p>Akelos web testing folder can only accessed from localhost as defined in test/.htaccess</p>"

On Github License

Files

Download PDF of Htaccess file

Comments

Apache