You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
191 B

  1. #unix -- do not change or move
  2. <IfModule mod_authz_host>
  3. Require all granted
  4. </IfModule>
  5. <IfModule !mod_authz_host>
  6. Order allow,deny
  7. Allow from all
  8. </IfModule>
  9. Options -Indexes