Include /etc/apache2/conf-available/doc_root_ssl.conf Include /etc/apache2/conf-available/cliopatria_swish.conf Include /etc/apache2/conf-available/no_open_proxy.conf RewriteEngine On RewriteCond %{REQUEST_URI} ^/gitlab RewriteRule ^/gitlab/(.*)$ https://gitlab.logicmoo.org/$1 [L] RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{REQUEST_URI} ^//$ RewriteCond %{REQUEST_URI} ^$ RewriteRule ^$ https://logicmoo.org/public/ [L]