Ultimate/Friendly URLs are a whole other discussion.
Try adding the following to your .htaccess and use cPanel to aid in forcing the site to https://
Code:RewriteEngine OnRewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Bookmarks