phpide-d10
[projects.git] / verleihnix / etc / verleihnix.conf
1 # Configuration for mKrimi Verleihnix Gui
2    Alias /verleihnix "/usr/share/php/verleihnix/gui"
3    <Directory /usr/share/php/verleihnix/gui>
4       Options +FollowSymlinks
5       RewriteEngine On
6       RewriteBase /verleihnix/
7       RewriteRule ^.*php$ index.php
8    </Directory>
9