2

htaccess directing all http traffic to https://www.

http://drupal.org

Hi,

I'm trying to redirect all https://mydomain.com traffic to https://www.mydomain.com

Currently I have:

RewriteCond %{HTTP_HOST} ^mydomain\.com$ [NC]
RewriteRule ^(.*)$ https://www.mydomain.com/$1 [L,R=301]

This directs all http traffic but not https:// (ie without the www).

Any ideas?

Many thanks

Read »
Created by Dplanet 1 year 36 weeks ago
Category: News   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Tags for htaccess directing all http traffic to https://www.

Recent comments