SEO and URLS part 2

Discussion in 'Search Engine Optimization' started by mfx, Aug 4, 2009.

  1. #1
    Has anybody experienced a redirect crawl error where the url is a directory name without a trailing forward slash?

    so the web server will parse the URL and look for the default document.

    But the web browswer shows a slightly different address in the address bar:

    Is this due to an action by the webserver or the web browser? Is this the redirect error that I am getting?

    Does the link www.site.com mean the same as the link www.site.com/
    ?
     
    mfx, Aug 4, 2009 IP
  2. justkidding

    justkidding Active Member

    Messages:
    937
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    if the browser is showing "www.site-name.com/directory/" then server will parse and look for default document to load. Without the "/" at the end can resolve to a page.
     
    justkidding, Aug 4, 2009 IP
  3. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #3
    What he means is that depending on how your server is configured, it MAY or MAY NOT resolve http://www.example.com/directory to the proper page.

    Some server configurations will result in the server looking for a page called "directory" in the root folder of your web when your browser requests http://www.example.com/directory.

    Other server configurations help the server know that you really meant run the default document for the folder http://www.example.com/directory/ (i.e. http://www.example.com/directory/index.html or http://www.example.com/directory/index.php or http://www.example.com/directory/default.asp) when your browser requests http://www.example.com/directory.
     
    Canonical, Aug 4, 2009 IP
  4. echoblogger

    echoblogger Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks for the expalantion
     
    echoblogger, Aug 4, 2009 IP