From 633a8149fa551199c8747b75e5d1849c740b08ef Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Sat, 12 Apr 2025 21:59:15 +0200 Subject: [PATCH] upload files --- .gitignore | 5 +++-- .htaccess | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .htaccess diff --git a/.gitignore b/.gitignore index 0bce708..7bf9610 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .vscode todo.md +salat.php +zwiebeln.php +oliven.php /pages-en/impressum.md - -.htaccess \ No newline at end of file diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..979b388 --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ +# Redirects all requests to index.php to enable clean URLs. +# @package flatMark + + +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.+)$ index.php [L,QSA] -- 2.47.3