From 1e6fe2a00e079754d187a2b561b32e22462381ec Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 21 Apr 2020 18:36:54 +0200 Subject: [PATCH] Root minor fixes --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index b18825c..4560cd4 100644 --- a/.htaccess +++ b/.htaccess @@ -2,13 +2,13 @@ Options -Indexes Options -MultiViews -Indexes RewriteEngine On -RewriteBase /vasek/home-update/public/ +RewriteBase /vasek/home-update/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !.css RewriteCond %{REQUEST_FILENAME} !.js -RewriteRule (.*) index.php?url=$1 [QSA,L] +RewriteRule (.*) public/index.php?url=$1 [QSA,L] RewriteCond %{HTTPS} off RewriteCond %{REQUEST_FILENAME} !api.php