Drupal-check.org - URL http://www.drupal-check.org/check/23 en Redirect users to www http://www.drupal-check.org/node/60 <p>Considering the domain name <strong>drupal-check.org</strong>, we want to redirect all users accessing your website from <a href="http://drupal-check.org" title="http://drupal-check.org">http://drupal-check.org</a> to <a href="http://www.drupal-check.org" title="http://www.drupal-check.org">http://www.drupal-check.org</a>.</p> <p>Edit <strong>.htaccess</strong> file from the root directory of your Drupal installation, find the <span class="geshifilter"><code class="text geshifilter-text">&lt;IfModule mod_rewrite.c&gt;</code></span> section and uncomment the following lines, replacing <span class="geshifilter"><code class="text geshifilter-text">example.com</code></span> with your own domain name, in this example <strong>drupal-check.org</strong>:</p> <p><div class="geshifilter"><div class="apache geshifilter-apache" style="font-family:monospace;"><span style="color: #00007f;">RewriteCond</span> %{HTTP_HOST} ^drupal-check\.org$ [NC]<br /> <span style="color: #00007f;">RewriteRule</span> ^(.*)$ http://www.drupal-check.org/$<span style="color: #ff0000;">1</span> [L,R=<span style="color: #ff0000;">301</span>]</div></div></p> <p>More information is provided in the <strong>.htaccess</strong> file itself.</p> Going live domain name URL Drupal 5.x Drupal 6.x Drupal 7.x Fri, 12 Jun 2009 14:32:17 +0000 jchatard 60 at http://www.drupal-check.org