phpide-d10
authorMichael Wagner <info@wagnertech.de>
Wed, 3 Jun 2020 11:03:23 +0000 (13:03 +0200)
committerMichael Wagner <info@wagnertech.de>
Wed, 3 Jun 2020 11:03:23 +0000 (13:03 +0200)
verleihnix/etc/verleihnix.conf [new file with mode: 0644]

diff --git a/verleihnix/etc/verleihnix.conf b/verleihnix/etc/verleihnix.conf
new file mode 100644 (file)
index 0000000..cd8cc69
--- /dev/null
@@ -0,0 +1,9 @@
+# Configuration for mKrimi Verleihnix Gui
+   Alias /verleihnix "/usr/share/php/verleihnix/gui"
+   <Directory /usr/share/php/verleihnix/gui>
+      Options +FollowSymlinks
+      RewriteEngine On
+      RewriteBase /verleihnix/
+      RewriteRule ^.*php$ index.php
+   </Directory>
+