.htaccess for ssl redirect that works Posted by pszpak on 06 Dec 2018 in Announcements This .htaccess snippet will redirect all traffic to a site to https: RewriteEngine On RewriteCond %{HTTP:UVLBHTTPS} !^1$ RewriteRule ^(.*)$ https://web.uvic.ca/SITENAME/$1 This entry was posted by pat and filed under Announcements.