brucespang/Frank.php/master/.htaccess - Htaccess File

brucespang/Frank.php/master/.htaccess

RewriteEngine   On

#Rewrite Rules

RewriteRule     ^$                index.php?q=/ [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule     (.*)                          index.php?q=/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache