mirror of
				https://github.com/brmlab/brmsklad.git
				synced 2025-10-31 00:03:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| <IfModule mod_rewrite.c>
 | |
|     RewriteEngine On
 | |
|     RewriteCond %{REQUEST_FILENAME} !-d
 | |
|     RewriteCond %{REQUEST_FILENAME} !-f
 | |
|     RewriteRule ^(.*)$ index.php [QSA,L]
 | |
| </IfModule>
 | 
