On Thu, Aug 20, 2009 at 6:59 PM, Raja Subramanian <rajasuper...@gmail.com>wrote:

> All the 3 new ilugc websites have both www.ilugc.org and ilugc.org
> (naked domain) serving website content.
>
> It's generally considered taboo by search engines to serve duplicate
> content using multiple domains or urls.
>
> http://www.google.com/support/webmasters/bin/answer.py?answer=44231
>
>
> Please add a 301 redirect so domain.org is permanently forwarded
> to www.domain.org (or vice-versa).
>
>
I added this under <IfModule mod_rewrite.c>

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

this links helps you to write 301 redirect ->
http://www.webconfs.com/how-to-redirect-a-webpage.php


- balachandar muruganantham
உலகம்.net - இலவச தமிழ் வலைப்பதிவுச் சேவை - http://ulagam.net
எனது தமிழ் பக்கங்கள் - http://www.balachandar.net/pakkangal
Beyond Work - http://beyondwork.wordpress.com/
"அகழ்வாரைத் தாங்கும் நிலம்போலத் தம்மை இகழ்வார்ப் பொறுத்தல் தலை " - குறள் எண்
: 151
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to