I changed the owncloud.conf file in my /opt/bitnami/apps/owncloud/conf to rewrite http://server/owncloud to http://server and simply display the owncloud login page without any problems. However, when I try to connect to https://server, it does not rewrite the URL, but rather gives me the standard bitnami splash page, and I have to click through to https://server/owncloud once again.
Is there an extra rule to set in the owncloud.conf or httpd.conf to have it recognize the https case?
-Max