Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
12 righe
348 B
12 righe
348 B
# Uncomment the following to prevent the httpoxy vulnerability |
|
# See: https://httpoxy.org/ |
|
#<IfModule mod_headers.c> |
|
# RequestHeader unset Proxy |
|
#</IfModule> |
|
|
|
<IfModule mod_rewrite.c> |
|
RewriteEngine on |
|
RewriteRule ^(\.well-known/.*)$ $1 [L] |
|
RewriteRule ^$ webroot/ [L] |
|
RewriteRule (.*) webroot/$1 [L] |
|
</IfModule> |