PDA

View Full Version : Query about google search


a_k_s_h_a_y
20-02-2008, 09:34 PM
if i search for akshayy (http://www.google.com/search?hl=en&q=akshayy&btnG=Google+Search)

then my site shows up as http://akshayy.com but not as http://www.akshayy.com

why is this so ??

and if the preferred domain to set to www.akshayy.com in google webmaster tools, how will it affect the site's rankings ??

ravi_9793
20-02-2008, 09:49 PM
redirect your domain name to www.

After few days,....google will show as www.akshayy.com

The Unknown
20-02-2008, 10:43 PM
Create a .htaccess file with the following code (i am assuming that your server uses Apache and allows .htaccess files)


RedirectPermanent / "http://www.akshayy.com/"

Just copy and paste it. DO NOT FORGET THE LAST SLASH.

ravi_9793
21-02-2008, 12:19 AM
Dont play with the default .htaccess file. Better add this line at last of .htaccess file.


Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com
RewriteRule ^(.*)$ http://www.whost.in/$1 [L,R=301]
Replace www.whost.in with the site where U want to redirect.

You can also do this from your cpanel, if your host provide you the option of redirect.

The Unknown
21-02-2008, 11:39 AM
^^ Redirect is much better bcoz RewriteRule masks the URL

Count Dracula
21-02-2008, 12:25 PM
Ravi,in your first post,you linked to a porn site.xD.Edit it dude.There are kids like me in this forum too.

a_k_s_h_a_y
21-02-2008, 01:53 PM
hmm thanks guys .. will try it out .. !!

ravi_9793
21-02-2008, 02:19 PM
Ravi,in your first post,you linked to a porn site.xD.Edit it dude.There are kids like me in this forum too.

sorry dude........ updated my first post
I just put XXX :D as variable