Sub Index
This commit is contained in:
		@@ -1,14 +1,12 @@
 | 
			
		||||
Options -Indexes
 | 
			
		||||
Options -MultiViews -Indexes
 | 
			
		||||
 | 
			
		||||
RewriteEngine On
 | 
			
		||||
RewriteBase /vasek/home-update/
 | 
			
		||||
DirectoryIndex ./public/index.php
 | 
			
		||||
 | 
			
		||||
RewriteCond %{REQUEST_FILENAME} !-f
 | 
			
		||||
RewriteCond %{REQUEST_FILENAME} !-d
 | 
			
		||||
RewriteCond %{REQUEST_FILENAME} !.css
 | 
			
		||||
RewriteCond %{REQUEST_FILENAME} !.js
 | 
			
		||||
RewriteRule (.*) public/index.php?url=$1 [QSA,L]
 | 
			
		||||
RewriteRule (.*) ./public/index.php?url=$1 [QSA,L]
 | 
			
		||||
 | 
			
		||||
RewriteCond %{HTTPS} off
 | 
			
		||||
RewriteCond %{REQUEST_FILENAME} !api.php
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user