html gurus please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wonder
    Confirmed User
    • Feb 2002
    • 208

    #1

    html gurus please help

    okay, im workin on a site for my realtor, but i have run across a simple problem (so i thought, should be for you guys though)
    he wants to access a folder, http://sitehere/directory
    but, without the / at the end (http://sitehere/directory/) i am getting a page cannot be displayed, can anyone please provide assistance around this, as i am not sure what to do.
    most sites ive seen you can type it without the / at the end it will go to the page, mine however is being a bitch, what to do?
    why do i do what i do?
  • Amputate Your Head
    There can be only one
    • Aug 2001
    • 39075

    #2
    format c:
    SIG TOO BIG

    Comment

    • hyper
      Confirmed User
      • Mar 2002
      • 5294

      #3
      huh?
      it would work as long as it falls into your servers parsing
      ie: index.htm index.html default.htm

      Comment

      • mike503
        Confirmed User
        • May 2002
        • 2243

        #4
        if hyper's suggestions don't work, try amp's.
        php/mysql guru. hosting, coding, all that jazz.

        Comment

        • wonder
          Confirmed User
          • Feb 2002
          • 208

          #5
          hyper, thats what i thought, but without the / it gets page cannot be displayed, any other suggestions? amps is a last resort
          why do i do what i do?

          Comment

          • hyper
            Confirmed User
            • Mar 2002
            • 5294

            #6
            what server
            what os

            Comment

            • darksoul
              Confirmed User
              • Apr 2002
              • 4997

              #7
              Originally posted by hyper
              what server
              what os
              stinks like windows to me
              1337 5y54|)m1n: 157717888
              BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
              Cambooth

              Comment

              • hyper
                Confirmed User
                • Mar 2002
                • 5294

                #8
                Originally posted by darksoul


                stinks like windows to me
                yeah me too
                sounds like a config problem to me

                there are tons of reasons
                such as this one



                with a non-standard port, if you specify the trailing slash on a URL, IIS
                leaves the URL alone. Leave the trailing slash off, and IIS does a
                redirection to the URL with the trailing slash, and *adds the port number*
                to the URL. This is an issue that comes up if you have a need to run sites
                on different ports and have a piece of equipment in front masking the ports
                to keep things nice looking:

                http://all.your.org/are/belong/

                This url points to port 80 (the assigned port), but when it reaches me, I've
                got a LocalDirector that knows it really goes to all.your.org:4553. So it
                sends the request on to my IIS server at port 4553 instead of 80. IIS is
                okay with the URL like this (with the trailing slash) --nothing gets
                transmuted. On the other hand,

                http://all.your.org/are/belong

                hits the LocalDirector just fine, and the LD pushes it to my IIS server's
                port 4553, but IIS tweaks it with a redirect to

                http://all.your.org:4553/are/belong/

                which, for a couple reasons, can cause headaches and goose chasing.

                Solution?

                (1) don't omit the trailing slash on sites that are not on default ports (80
                or 443)
                (2) the LocalDirector needs to listen to the non-standard port for requests
                in the event the URL does get changed to include the port number
                Last edited by hyper; 07-18-2002, 12:06 AM.

                Comment

                • lagwagon
                  Confirmed User
                  • Jul 2001
                  • 8464

                  #9
                  index.html should work or htm or shtml whatever... as long index

                  FTVGirls - FTVMilfs - DanielleFTV

                  Comment

                  Working...