To redirect domain.com to www.domain.com, add the following code to your .htaccess file on your root directory.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
To redirect domain.com to www.domain.com, add the following code to your .htaccess file on your root directory.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Drupal 7 starts it’s way in web developing world.
Official release will be celebrated over the world at January 7.
You can join to the party here
http://www.drupal7releaseparty.org/
I’ve found great free WordPress theme SEO oriented – Atahualpa 3.4.9 by BytesForAll
It is strongly customized with a lot of options.
You can choose simple if you want to show site bar on the home page only or site wide, you have 4 site bars to play with – 2 left bars and 2 right bars.
You can add meta tags as title, description and keywords viz web interface and not into the header.php file.
Strongly recommended for webmasters.