RewriteEngine On
RewriteBase /

# redirect login and logout pages to HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule ^(index.php|conference.php)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
