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