mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			ApacheConf
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			ApacheConf
		
	
	
		
			Executable File
		
	
	
	
	
<IfModule mod_rewrite.c>
 | 
						|
RewriteEngine On
 | 
						|
RewriteRule ^index\.php$ - [L]
 | 
						|
RewriteCond %{REQUEST_FILENAME} !-f
 | 
						|
RewriteCond %{REQUEST_FILENAME} !-d
 | 
						|
RewriteRule . index.php [L]
 | 
						|
</IfModule>
 |