mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 01:36:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<IfModule mod_autoindex.c>
 | 
						|
	Options -Indexes
 | 
						|
</IfModule>
 | 
						|
 | 
						|
<IfModule mod_negotiation.c>
 | 
						|
	Options -MultiViews
 | 
						|
</IfModule>
 | 
						|
 | 
						|
<FilesMatch "^(.*\.md|.*\.json|.*\.dist|.*\.sql|CHANGELOG|README|composer\.lock)$">
 | 
						|
	Require all denied
 | 
						|
</FilesMatch>
 | 
						|
 | 
						|
<IfModule mod_rewrite.c>
 | 
						|
	RewriteEngine On
 | 
						|
 | 
						|
	#RewriteBase /myaac/
 | 
						|
 | 
						|
	RewriteCond %{REQUEST_FILENAME} !-f
 | 
						|
	RewriteCond %{REQUEST_FILENAME} !-d
 | 
						|
	RewriteRule ^.*$ index.php [L]
 | 
						|
</IfModule>
 |