mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-31 15:15:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			344 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			344 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| ErrorDocument 404 https://cardconjurer.com/404.php
 | |
| 
 | |
| <filesMatch ".(svg|jpg|jpeg|png|gif|ico)$">
 | |
| Header set Cache-Control "max-age=31536000, public"
 | |
| </filesMatch>
 | |
| 
 | |
| <filesMatch ".(css)$">
 | |
| Header set Cache-Control "max-age=604800, public"
 | |
| </filesMatch>
 | |
| 
 | |
| <filesMatch ".(js|php|html)$">
 | |
| Header set Cache-Control "max-age=86400, public"
 | |
| </filesMatch> | 
