ProtoRust/Server/master/www/.htaccess - Htaccess File

ProtoRust/Server/master/www/.htaccess

AddHandler application/x-httpd-php .init 
AddType application/x-httpd-php .init 
DirectoryIndex bootstrap.init

RewriteEngine On

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

RewriteRule ^(.*)$ bootstrap.init?q=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache