feat: Navigation hinzugefügt und URL-Struktur in .htaccess optimiert

This commit is contained in:
Troy Grunt
2026-02-07 22:22:03 +01:00
parent 4f32bf68ca
commit de352e0335
3 changed files with 35 additions and 5 deletions

View File

@@ -20,7 +20,9 @@ RewriteEngine On
# Alles auf index.php umleiten, außer echte Dateien/Verzeichnisse
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^([a-z\-]*)$ index.php?module=$1 [QSA,L]
RewriteRule ^([a-z\-]*)/([a-z]*)$ index.php?module=$1&action=$2 [QSA,L]
RewriteRule ^$ index.php [QSA,L]
# =========================
# Standard-Dokument