Answers for "how to force non www and https wordpress"

0

how to force non www and https wordpress

# Redirect www to non-www
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.charlestonboatdetailing\.com [NC]
RewriteRule ^(.*)$ https://charlestonboatdetailing.com/$1 [L,R=301]
Posted by: Guest on October-22-2020

Code answers related to "how to force non www and https wordpress"

Browse Popular Code Answers by Language