#mlohn#
# Configuration for mLohn Gui
Alias /mlohn/gui/ "/usr/share/php/mLohn/gui/"
Options +FollowSymlinks
RewriteEngine On
RewriteBase /mlohn/gui/
RewriteRule ^.*php$ mLohnGUI.php
Alias /mlohn/print/ "/var/mlohn/print/"
Options Indexes
Require all granted
#mlohn end#