removed old htaccess file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0abd4614ad
commit
4b089f4d56
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
RewriteEngine On
|
||||
|
||||
Header always set "X-NetworkManager-Status" "online"
|
||||
|
||||
RewriteCond "%{REQUEST_FILENAME}" "(generate)?_?204"
|
||||
RewriteRule "(generate)?_?204" / [R=204,L]
|
||||
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
Loading…
Reference in a new issue