Modify your existing code and add non-www to www code:
RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} !=80 RewriteCond %{HTTP_HOST} ^cabdrome\.com$ [NC] RewriteRule (.*) https://www.cabdrome.com/$1 [R=301,L]
Modify your existing code and add non-www to www code:
RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} !=80 RewriteCond %{HTTP_HOST} ^cabdrome\.com$ [NC] RewriteRule (.*) https://www.cabdrome.com/$1 [R=301,L]