From d51820b1983d2b0d82bd8ca32ad7a23f36d4ff03 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 21 Apr 2020 14:57:38 +0200 Subject: [PATCH] Main htacess change --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index a61ab88..b18825c 100644 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ Options -Indexes Options -MultiViews -Indexes RewriteEngine On -RewriteBase /vasek/home/ +RewriteBase /vasek/home-update/public/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d @@ -15,4 +15,4 @@ RewriteCond %{REQUEST_FILENAME} !api.php RewriteCond %{REQUEST_FILENAME} !apiFront.php RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] -AddType application/x-httpd-php .php .phtml +AddType application/x-httpd-php .php .phtml \ No newline at end of file