web server/page mis-configuration?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fat Tone
    Super MURCer
    • Aug 1999
    • 7579

    #1

    web server/page mis-configuration?

    If an Apache web server is hosting a web page containing a mailto to e.g. abc123@xyz.ac.uk and the browser only gets abc123.ac.uk, what vital bit of configuration is missing? This error occurs for the displayed text and for the href.

    TIA

    T.
    FT.
  • Fat Tone
    Super MURCer
    • Aug 1999
    • 7579

    #2
    Anyone? I have Googled but can't find the answer.
    FT.

    Comment

    • Dilitante1
      Administrator
      • Aug 1999
      • 1829

      #3
      tho i dont know that much it does sound like a tag issue in the html....
      Better to let one think you are a fool, than speak and prove it


      Comment

      • Fat Tone
        Super MURCer
        • Aug 1999
        • 7579

        #4
        This was a classic 'DOH!!!' moment.

        The page in question was generated by a Perl script...you can probably guess the rest
        FT.

        Comment

        • Kurt
          Super MURCer
          • Feb 2000
          • 1839

          #5
          I'm not sure what the correct answer is but is makes me think there's a missing tag (compatibility prpoblem) to display the @-sign (like "/n" or sth ?).

          You could try to replace the @-sign with its numeric equivalent (ISO-8859-1): &#64

          (it's actually "64" but "&" is for the browser and "#" to indicate it's a number).

          Comment

          • Fat Tone
            Super MURCer
            • Aug 1999
            • 7579

            #6
            Perl was looking for an array called @xyz to display, not finding it and moving on.
            To make it not try to interpret the @ I just escaped it with \.
            FT.

            Comment

            • Kurt
              Super MURCer
              • Feb 2000
              • 1839

              #7
              right...me slash was the wrong sense...

              Comment

              • Fat Tone
                Super MURCer
                • Aug 1999
                • 7579

                #8
                we all do it!
                FT.

                Comment

                Working...