n-genesis/BasicFrame/master/src/.htaccess - Htaccess File

n-genesis/BasicFrame/master/src/.htaccess

Options +FollowSymLinks -Indexes
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([^?]*) index.php?router=$1 [L,QSA]
RewriteRule ^images/(.*) index.php?router=error404 [L]
RewriteRule ^files/(.*) index.php?router=error404 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache