dasrajdeep/nuggets-php/master/.htaccess
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
<IfModule mod_rewrite.c>
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !(^.*.(css|js|jpg|jpeg|png|gif|bmp|svg)$)
RewriteRule . index.php
</IfModule>
Files
