Domain with www and non www

virus

New Member
some question :

1 . what the diffrent domain with www and non www ?
2. What best result to searh engine domain with www or not
3. in google webmaster tools the are 3 choise
Don't set a preferred domain - Display URLs as www -Display URLs as non www what best choise ? guys
4. if www is the best result some domain not support if we change it to rewrwriterules >> all user cant not log in to the forum why that ? what must we do to fix them...

5. last question can some people shar the best result to SEO the forum ?

Thank Before
 

Draxofavalon

New Member
1. There the same by the two ways you can access
2. There are the same also, for Search Engines it's the same
3. I prefer Display URLs as www
4. Redirect to your desired format with a .htaccess entry:
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]

5. Install vBSEO and vBSEO Sitemap, and remember content is king, post rich content in keywords, etc.
 

virus

New Member
Draxofavalon said:
1. There the same by the two ways you can access
2. There are the same also, for Search Engines it's the same
3. I prefer Display URLs as www
4. Redirect to your desired format with a .htaccess entry:
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]

5. Install vBSEO and vBSEO Sitemap, and remember content is king, post rich content in keywords, etc.

yes bro i realy try thats condition but after i RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] this but when i run my forum i am logout i try login but still logout again what happend coz i need with www

can you explain what happend

this my reason i don't set to www coz when user login they are logout again

and i have domain non www bro and if i set to google with www my sitemap will be submiter in google with www to or no

if i set with www in google i am must rewrite to htpp to non www

and what vbseo read them with non www and google i set to www hmmm what happend
 

shaun166

New Member
i also wanted to know! lols. my old url is without www. i wanna change all my forum to all www. is it possible?
 

virus

New Member
shaun166 said:
i also wanted to know! lols. my old url is without www. i wanna change all my forum to all www. is it possible?

yes bro i need to changet to my url non www but if i change redirect to www all user can't login they are back to logout againt

guys...can tell what must set ..org change into database coz database read login with non www
 

alexD

New Member
Add a new header in the index of your site main page using the 301 redirect.
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
 

virus

New Member
alexD said:
Add a new header in the index of your site main page using the 301 redirect.
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>

i realy ready to change it but >> Reguest Loop

i still need how to change database path into www

anyone can help to give the tutorial
 

Draxofavalon

New Member
virus said:
yes bro i realy try thats condition but after i RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] this but when i run my forum i am logout i try login but still logout again what happend coz i need with www

can you explain what happend

this my reason i don't set to www coz when user login they are logout again

and i have domain non www bro and if i set to google with www my sitemap will be submiter in google with www to or no

if i set with www in google i am must rewrite to htpp to non www

and what vbseo read them with non www and google i set to www hmmm what happend

Check in your admincp - VB Options in Help
Site Name / URL / Contact Details check if the item: Forum URL has the correct setting that you choosed for example if is with www put Example Web Page
 

WiRED

New Member
http:\\ is usually less messy then displaying the WWW protocol. WWW can cause issues down the line if you use rewriting, etc. Sub-domains may play up with WWW aswell, just remember that.

Cheers,
.WiRED
 

miniman

New Member
actually you really dont need this rewrite url step makes you headache and complicate too. I leave my host setting alone, go to your domain name manager and add www to @ host name or server ip (redirect) then you will be OK when visitors click url www or without still works the same way. Ive been using it to upload sitemap to google without www it works fine. The only problem i had is sitemap generator. I appreciate it someone share this tool without using vseo. I am currently using free online sitemap generator.. i hate it because they limit 500 URLs MAX :(
 
Top