snopboy/Foundation/master/public/.htaccess - Htaccess File

snopboy/Foundation/master/public/.htaccess

Options -Indexes
AddDefaultCharset utf-8
Header set Access-Control-Allow-Origin "*"
<IfModule mod_rewrite.c>
  RewriteEngine On
  Options +FollowSymLinks -MultiViews
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache