From: elektrischerwalfisch Date: Sat, 12 Apr 2025 19:59:15 +0000 (+0200) Subject: upload files X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=633a8149fa551199c8747b75e5d1849c740b08ef;p=flatmark upload files --- 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]