Drupal: redirect http:// to http://www

1 replies
  • WEB DESIGN
  • |
Hello guys, for mistake I installed drupal without "www" in the url, how can I redirect the address to with www.

For example hxxp://mysite.com to hxxp://www.mysite.com

Tks
daniel
#drupal #http or or #http or or www #redirect
  • Profile picture of the author endlesslove
    To redirect users to access the site WITH the 'www.' prefix, you can open the .htaccess file, then add:
    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^example.com [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]
    Signature

    I usually use a hammock stand to relax and sleep. I like these kind of hammock in free standing hammock website. My site: best above ground swimming pools

    {{ DiscussionBoard.errors[10240071].message }}

Trending Topics