feat: Navigation hinzugefügt und URL-Struktur in .htaccess optimiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user