shakabra/contrib/master/.htaccess - Htaccess File

shakabra/contrib/master/.htaccess

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteCond %{SCRIPT_FILENAME} !-f 
RewriteRule ^.*$ ./index.php

<Files ~ "(composer.(json|phar|lock)|(config|controller).php)"> 
  Order deny,allow 
  Deny from all 
</Files>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache