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]
Files
