kevinmikol/FluffCMS/master/.htaccess - Htaccess File

kevinmikol/FluffCMS/master/.htaccess

Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/.]+) index.php?url=%{REQUEST_URI}

DirectoryIndex index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache