- Edited
We've started using OSticket and would like to force access over https.I've searched and found a post stating we should use a .htaccess file I created the .htaccess file but lost access to the site completely. This web page is not available
ERR_CONNECTION_REFUSED Access was restored by removing the file. The apache2 error and access logs didn't show up any issues that might point to why it stopped working.my .htaccess file contents Options +FollowSymlinks RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI}Any suggestions welcome...C