From 76d072bd44b2661ab70a957312fda92c46dcdb0d Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Mon, 22 Sep 2025 13:13:52 +0200 Subject: [PATCH] Set production parameter --- .htaccess | 3 ++- site/config/config.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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',