Root minor fixes

This commit is contained in:
JonatanRek 2020-04-21 18:36:54 +02:00
parent bc76082860
commit 1e6fe2a00e
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ Options -Indexes
Options -MultiViews -Indexes Options -MultiViews -Indexes
RewriteEngine On RewriteEngine On
RewriteBase /vasek/home-update/public/ RewriteBase /vasek/home-update/
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !.css RewriteCond %{REQUEST_FILENAME} !.css
RewriteCond %{REQUEST_FILENAME} !.js RewriteCond %{REQUEST_FILENAME} !.js
RewriteRule (.*) index.php?url=$1 [QSA,L] RewriteRule (.*) public/index.php?url=$1 [QSA,L]
RewriteCond %{HTTPS} off RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_FILENAME} !api.php RewriteCond %{REQUEST_FILENAME} !api.php