mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-30 17:54:59 +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>
 | 
