Hi all, I need a code to do .htaccess www redirect. I have a site i.e http://dataexpertiseindia.com and I want to redirect my url dataexpertiseindia.com to wwww.dataexpertiseindia.com If anyone have working code for this direction please let me know. Thanks in advance
All of the URLs are the same... Did we miss something here? You don't actually need to code anything for a redirect. You can do it within your cPanel or FTP.
Here is your code hope you know how to use this one if not send me PM i'll help u Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^yourwebsite.com[nc] rewriterule ^(.*)$ http://www.yourwebsite.com/$1 [r=301,nc]
Really great...Tat is the code which we use...mostly to exceed canonicalization error... It will avoid the confusion to search engines tat of multiple url....