Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

13 lignes
349B

  1. # Uncomment the following to prevent the httpoxy vulnerability
  2. # See: https://httpoxy.org/
  3. #<IfModule mod_headers.c>
  4. # RequestHeader unset Proxy
  5. #</IfModule>
  6. <IfModule mod_rewrite.c>
  7. RewriteEngine on
  8. RewriteRule ^(\.well-known/.*)$ $1 [L]
  9. RewriteRule ^$ webroot/ [L]
  10. RewriteRule (.*) webroot/$1 [L]
  11. </IfModule>

Powered by TurnKey Linux.