From 8d4c1c04dfc6e2cdf4a0b4dd721d05e4ac6e7054 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Wed, 3 Jun 2020 13:03:23 +0200 Subject: [PATCH] phpide-d10 --- verleihnix/etc/verleihnix.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 verleihnix/etc/verleihnix.conf diff --git a/verleihnix/etc/verleihnix.conf b/verleihnix/etc/verleihnix.conf new file mode 100644 index 0000000..cd8cc69 --- /dev/null +++ b/verleihnix/etc/verleihnix.conf @@ -0,0 +1,9 @@ +# Configuration for mKrimi Verleihnix Gui + Alias /verleihnix "/usr/share/php/verleihnix/gui" + + Options +FollowSymlinks + RewriteEngine On + RewriteBase /verleihnix/ + RewriteRule ^.*php$ index.php + + -- 2.20.1