mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-03 17:57:00 +01:00 
			
		
		
		
	
		
			
	
	
		
			3 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
		
		
			
		
	
	
			3 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| 
								 | 
							
								RewriteEngine On    # Turn on the rewriting engine
							 | 
						||
| 
								 | 
							
								RewriteRule    ^view/([0-9]+)/?$    view/index.php?dict=$1    [NC,L]    # Handle dictionary ids.
							 | 
						||
| 
								 | 
							
								RewriteRule    ^([0-9]+)/?$    view/index.php?dict=$1    [NC,L]    # Handle dictionary ids.
							 |