ericbarnes/wardrobe/master/public/.htaccess - Htaccess File

ericbarnes/wardrobe/master/public/.htaccess

Options +FollowSymLinks

<FilesMatch ".blade.php$">
   Order Deny,Allow
   Deny from all
</FilesMatch>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache