Announcement

Collapse
No announcement yet.

web server/page mis-configuration?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


    • #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


      • #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


        • #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


          • #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


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

              Comment


              • #8
                we all do it!
                FT.

                Comment

                Working...
                X