diff --git a/.htaccess b/.htaccess index 5fe5c71..d4a0547 100644 --- a/.htaccess +++ b/.htaccess @@ -20,7 +20,7 @@ RewriteEngine on # In some environments it's necessary to # set the RewriteBase to: # -# RewriteBase / +RewriteBase / # block files and folders beginning with a dot, such as .git # except for the .well-known folder, which is used for Let's Encrypt and security.txt @@ -34,6 +34,7 @@ RewriteRule ^site/(.*) index.php [L] # block direct access to Kirby and the Panel sources RewriteRule ^kirby/(.*) index.php [L] +RewriteRule ^vendor/getkirby/(.*) index.php [L] # make site links work RewriteCond %{REQUEST_FILENAME} !-f diff --git a/site/config/config.php b/site/config/config.php index a2f9d4f..f3744be 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -1,7 +1,7 @@ true, + 'debug' => false, // Home-Seite explizit definieren 'home' => 'home',