mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			266 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
# Optional: force HTTPS:
 | 
						|
# <IfModule mod_rewrite.c>
 | 
						|
#	RewriteEngine On
 | 
						|
#	RewriteCond %{HTTPS} off
 | 
						|
#	RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
 | 
						|
# </IfModule>
 | 
						|
 | 
						|
# To hide directory listing
 | 
						|
Options All -Indexes
 | 
						|
 | 
						|
# To prevent access any file
 | 
						|
Deny from all
 |