phpcuder/cdemo/master/.htaccess - Htaccess File

phpcuder/cdemo/master/.htaccess

#Options +FollowSymLinks
IndexIgnore */*

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|png|css|swf|xml|html|eot|ttf|woff|svg)$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache