What is the best way to notify for a website, writing it down as "www.mysite.com" or "http://mysite.gr"? What is the difference between the two and in which case we prefer the http:// method?
Ah - then I would also go with the shortest form possible as LOLobo gave.mostly im refering to write the website in a aleaflet
No, perhaps a little explanation will help.On paper wouldnt it be wiser to write it as www.mysite.gr ?
Thanx for the extended explanation, let me just tell you one thought of mine... what if someone that doesn't know much of the web wants to enter my site, and he doesn't have the latest browsers that can work without entering the "www". How far back were there browsers that needed the www in order to enter a site?So it is BEST to just list the domain name: mysite.gr
No worries, www has nothing to do with the browser. It has to do with the server. If your server is setup properly www will direct users to the base directory index file ( main site ). If it is setup incorrectly, www subdomain will not have a proper redirect and 404 the user. So the BEST thing to do is NOT add the www. This will work if your server is setup properly or not.Thanx for the extended explanation, let me just tell you one thought of mine... what if someone that doesn't know much of the web wants to enter my site, and he doesn't have the latest browsers that can work without entering the "www". How far back were there browsers that needed the www in order to enter a site?
So the BEST thing to do is NOT add the www. This will work if your server is setup properly or not.
I guess that is possible with some horrific .htaccess rewriting. Can your provide an example? I'd really like to ensure I stay away from their services.I've seen sites where this is NOT properly set up for the main site but only for the www.site - so best always check before.