PHP Classes

File: .htaccess

Recommend this page to a friend!
  Packages of Andraž   BB   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BB
Badminton tournament management application
Author: By
Last change:
Date: 15 days ago
Size: 349 bytes
 

Contents

Class file image Download
# 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>