konservs/brilliant.framework/master/.htaccess - Htaccess File

konservs/brilliant.framework/master/.htaccess

AddDefaultCharset utf-8
#Options -Indexes

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /htdocs/www/index.php [L,QSA]
RewriteRule ^$ /htdocs/www/index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache