selma: validator mag uri nicht...

hallo!

weiß jemand von euch, wie ich folgende URI abändern muss, dass sie der validator mag?

also die URI sieht so aus: http://www.server.at/verzeichnis/index.php?id=12

nun spuckt er mir die meldung aus:
 Sorry, this type of URL  scheme  (undefined) is not supported by this service. Please check that you entered the URL correctly.

URLs should be in the form: http://validator.w3.org/

If you entered a valid URL using a scheme that we should support, please let us know as outlined on our Feedback page. Make sure to include the specific URL you would like us to support, and if possible provide a reference to the relevant standards document describing the URL scheme in question.

Remember that you can always save the page to disk and Validate it using the File Upload interface.

Incomplete support for SSL and TLS is a known limitation and is being tracked as Issue #77.

was mach ich falsch? (die dateien zur uri werden über $_GET übernommen und dann mit den entsprechenden id's in einem array verglichen und dann included)

mlg
selma

  1. Hi,

    nun spuckt er mir die meldung aus:
     Sorry, this type of URL  scheme  (undefined) is not supported by this service. Please check that you entered the URL correctly.
    [...]
    was mach ich falsch? (die dateien zur uri werden über $_GET übernommen und dann mit den entsprechenden id's in einem array verglichen und dann included)

    Hast du vielleicht "whitespace" (z.B. ein Leerzeichen) im input-Feld vor dem http stehen?
    Mit der Art und Weise, wie PHP sich den Inhalt zusammenbastelt, hat die URL nichts zu tun.

    Bei mir kommt "Object not found" wenn ich die URL validieren will, aber ich schätze mal du hast uns deine wirkliche URL vorenthalten.

    Ansonsten folge doch dem Hinweis des Validators, speicher den Quelltext lokal ab und lad ihn hoch. So mache ich das auch, wenn ich lokal entwickle.

    Der Yeti

    --
    Habe nun, ach! WInfo, BWL, und Mathe, Und leider auch Info!
    Durchaus studiert, mit heißem Bemühn. Da steh' ich nun, ich armer Thor!
    Und bin so klug als wie zuvor!
    sh:( fo:| ch:? rl:? br:< n4:& ie:( mo:| va:| de:[ zu:) fl:| ss:) ls:< js:|
    http://community.de.selfhtml.org/fanprojekte/selfcode.htm
  2. Hallo!

    weiß jemand von euch, wie ich folgende URI abändern muss, dass sie der validator mag?

    also die URI sieht so aus: http://www.server.at/verzeichnis/index.php?id=12

    http://www.server.at/verzeichnis/index.php?id=12 ist nicht aufrufbar, wie soll ein Validator die Seite finden?

    Beste Grüße
    Viennamade