mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-03 18:58:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
<IfModule mod_authz_core.c>
 | 
						|
    Require all denied
 | 
						|
</IfModule>
 | 
						|
<IfModule !mod_authz_core.c>
 | 
						|
    Order deny,allow
 | 
						|
    Deny from all
 | 
						|
</IfModule>
 |