From: Joey Hess Date: Wed, 5 Jan 2011 16:25:58 +0000 (-0400) Subject: response X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3769c60017e262364804ebfc24bcd8b74ef5b6d;p=ikiwiki.git response --- diff --git a/doc/bugs/preview_base_url_should_be_absolute.mdwn b/doc/bugs/preview_base_url_should_be_absolute.mdwn index fb9a05951..86575eed9 100644 --- a/doc/bugs/preview_base_url_should_be_absolute.mdwn +++ b/doc/bugs/preview_base_url_should_be_absolute.mdwn @@ -20,3 +20,7 @@ git|http://git.oblomov.eu/ikiwiki]]. > [[todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both]] > suggests that this might already work, but I'm not quite sure how - I'd > expect it to need more environment variables? --[[smcv]] +> +>> `CGI::url` uses `REQUEST_URI`. So it could be used, but I don't see +>> how to get from the `CGI::url` to an url to the page that is being +>> edited. --[[Joey]]