Set production parameter

This commit is contained in:
2025-09-22 13:13:52 +02:00
parent b829f0e479
commit 76d072bd44
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
return [
'debug' => true,
'debug' => false,
// Home-Seite explizit definieren
'home' => 'home',