dasrajdeep/nuggets-php/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache