
humbedooh at apache
May 7, 2012, 5:56 AM
Post #1 of 1
(26 views)
Permalink
|
|
svn commit: r1334994 - /httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
|
|
Author: humbedooh Date: Mon May 7 12:56:08 2012 New Revision: 1334994 URL: http://svn.apache.org/viewvc?rev=1334994&view=rev Log: https and http should both translate to http in the disqus identifier, so topics aren't split up by protocol. Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=1334994&r1=1334993&r2=1334994&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Mon May 7 12:56:08 2012 @@ -647,7 +647,7 @@ file, as well as in a <Directory> to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div><div id="disqus_thread" /><script type="text/javascript"><!--//--><![.CDATA[.//><!-- var lang = 'en'; var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/") + '.' + lang; +var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; if (disqus_identifier.indexOf("httpd.apache.org") != -1) { (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|