]> skyeroc.xyz Git - flatmark/commitdiff
upload files
authorelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 19:59:15 +0000 (21:59 +0200)
committerelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 19:59:15 +0000 (21:59 +0200)
.gitignore
.htaccess [new file with mode: 0644]

index 0bce7084f2459aa2200789f9cb0336e51432dfaf..7bf9610d8d6d10db77a17adf0a0caa6247e81e04 100644 (file)
@@ -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 (file)
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]