Kagurame/osb/master/src/server_stream/.htaccess - Htaccess File

Kagurame/osb/master/src/server_stream/.htaccess

RewriteEngine On
#RewriteBase /

RewriteRule ^(temp)/|(logs)/|.ini|.cfg$ - [R=404]

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache