mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
<IfModule mod_rewrite.c>
 | 
						|
RewriteEngine On
 | 
						|
RewriteRule ^index\.php$ - [L]
 | 
						|
RewriteRule . index.php [L]
 | 
						|
</IfModule>
 |