I had Bluehost set me up with Comodo SSL recently for my site.
I want to setup my .htaccess file to redirect all unsecure previous used urls for it to the new secure url:
http://mobtalk.org
http://mobtalk.org/board
The current file
My attempts so far have had me running in broken circles.# Use PHP56 Single php.ini as default
Redirect /index.php http://mobtalk.org/board/
AddHandler application/x-httpd-php56s .php
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
This file was originally created to redirect http://mobtalk.net to the .org site