mirror of
				https://github.com/brmlab/brmsklad.git
				synced 2025-10-31 00:03:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			116 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			116 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| <IfModule mod_rewrite.c>
 | |
| 	RewriteEngine on
 | |
| 	RewriteRule ^$ webroot/ [L]
 | |
| 	RewriteRule (.*) webroot/$1 [L]
 | |
| </IfModule> | 
