summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/open-xchange/files/open-xchange-htaccess')
-rw-r--r--www-apps/open-xchange/files/open-xchange-htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/www-apps/open-xchange/files/open-xchange-htaccess b/www-apps/open-xchange/files/open-xchange-htaccess
new file mode 100644
index 0000000..83c7cf0
--- /dev/null
+++ b/www-apps/open-xchange/files/open-xchange-htaccess
@@ -0,0 +1,7 @@
+<IfModule mod_rewrite.c>
+ RewriteEngine on
+
+ RewriteRule ^$ /cgi-bin/login.pl
+ RewriteRule ^/$ /cgi-bin/login.pl
+ RewriteRule ^/open-xchange/(.*)$ $1 [L,QSA]
+</IfModule>