]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/relative_links.mdwn
web commit by https://brian.may.myopenid.com/: link to semi-related bug report
[git.ikiwiki.info.git] / doc / bugs / relative_links.mdwn
index 04c9b9e90df85ad2a5bbca029fd39fe5d402a3c3..824632ed09f8d9e7b392c7b94eecaca8035e0b9b 100644 (file)
@@ -5,4 +5,12 @@ It looks like all links in websites are absolute paths, this has some limitation
 
 It would be good if relative paths could be used instead, so the transport method isn't changed unless specifically requested.
 
-Brian May
+-- Brian May
+
+> Er, which absolute links are you talking about? If you view the source
+> to this page, you'll find links such as "../favicon.ico", "../style.css",
+> "../../", and "../". The only absolute links are to CGIs and the w3c DTD.
+> --[[Joey]]
+
+>> The problem is within the CGI script. The links within the HTML page are all absolute, including links to the css file.
+>> Having a http links within a HTML page retrieved using https upset most browsers (I think). Also if I push cancel on the edit page in https, I end up at at http page. -- Brian May