I followed this tutorial on how to create owncloud on my server using SSL. The problem I'm having is that I would like to redirect any http requests to https. I'm know that my Document root for http is located in /var/www but not sure where the https one is located. I'm assuming that I have to edit or create a virtual host config that redirects to https. I do not know exactly where to create this configuration setting. In /etc/apache2/sites-enabled/000-defualt ?
I also found you can do this using mod-rewrite but I cannot seem to find my htaccess or httpd.conf files. Is this because I installed apache using Debian?