X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/2c94420c34b034498a895b6cd83dbadec979487a..a3769c60017e262364804ebfc24bcd8b74ef5b6d:/doc/bugs/preview_base_url_should_be_absolute.mdwn 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]]