Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
http www /
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bob  
View profile  
 More options Nov 12 2011, 9:03 am
From: Bob <h...@internethostcafe.com>
Date: Sat, 12 Nov 2011 06:03:44 -0800 (PST)
Local: Sat, Nov 12 2011 9:03 am
Subject: http www /
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile  
 More options Nov 12 2011, 9:28 am
From: webado <web...@gmail.com>
Date: Sat, 12 Nov 2011 06:28:23 -0800 (PST)
Local: Sat, Nov 12 2011 9:28 am
Subject: Re: http www /
The server would always 301 redirect http://domainname.com to
http://domainname.com/  so you should always add the trailing slash
after the domain name.
Since index.html is usually a default index page (depending on server
settings) you should avoid using it in links to the homepage of the
site or to the homepage of a folder.

http://domainname.com/folder will also get 301 redirected to
http://domainname.com/folder/ so always use the trailing slash.

Hence link to http://domainname.com/ for homepage; links to
http://domainname.com/folder/ for the homepage of the folder.

Some sites use extensionless urls, which require url rewriting, so
that http://domainname.com/page does not automatically get redirected
to http://domainname.com/page/ (because /page is not a folder and
that is recognized by the server). You need to be careful with the url
rewriting settings because otherwise the server might serve the same
content on both http://domainname.com/page and http://domainname.com/page/
(possibly with broken layout, which doesn't count as far as robots are
concerned), thus creating duplication.

I don't advise using extensionless urls unless and until you are able
to control precisely the server response with proper settings. This is
pretty hard.

Regardless of what method you use, you need to ensure a page of
content is only available at one url, and any other (such as any
ending in /index.html) gets 301 redirected to the root (of the site or
of the current folder).

On Nov 12, 9:03 am, Bob <h...@internethostcafe.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »