5 lines
		
	
	
		
			115 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			115 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| RedirectMatch 404 /\.git
 | |
| 
 | |
| RewriteEngine On
 | |
| RewriteCond %{REQUEST_FILENAME} !-f
 | |
| RewriteRule ^([^\.]+)$ $1.php [NC,L] |