Quantcast
Viewing all articles
Browse latest Browse all 12488

Reply To: ERR_TOO_MANY_REDIRECTS – htaccess Rewrite http to https

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]

Viewing all articles
Browse latest Browse all 12488

Trending Articles