diff --git a/web/conf/mondemand.conf b/web/conf/mondemand.conf index efb8bf8..60047e5 100644 --- a/web/conf/mondemand.conf +++ b/web/conf/mondemand.conf @@ -1,3 +1,8 @@ +RewriteEngine on +# If your hostname begins with 'mondemand', then enable a default redirect: +RewriteCond %{HTTP_HOST} ^mondemand [NC] +RewriteRule ^/$ /mondemand/drraw.cgi [R,L] + Options +ExecCGI AddHandler cgi-script .cgi