[dokuwiki] Updated server to SSL lost first heading as page name

I upgraded our virtualhost to use SSL recently and am rewriting all non https connections to http on the server. This appears to hve had the side of effect of partially breaking "Use first heading for pagenames" functionality.

I changed the base URL in the config file and touched it to rebuild the caches.

Links to pages in the trace and you are here lines appear to be using the heading of the pages, however most of the links in the pages are not having their titles substituted.

Example:

  * [[doc:cit]]
  * [[doc:systems]]
  * [[doc:information_systems]]
  * [[doc:usgroup]]
  * [[doc:rt]]
  * [[doc:csci]]
  * [[bannerdoc]]

Some areas of interest

  * [[doc:faq]] - A frequently asked questions page.

In that text only the [[bannerdoc]] link (which is world accesible via ACLs) and the [[doc:faq]] link are having the titles of the pages substituted. It seems terribly incosistent behavior, and only just happened when I made the config change to apache to enable ssl and rewrite http connections to https using this rewrite code:

<VirtualHost xxx.xxx.xxx.xxx:80>
    DocumentRoot /dokuwiki
    ServerName sameassslhost
    RewriteEngine on
    RewriteCond %{SERVER_PORT} =80
    RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI}
</VirtualHost>

Anyone have any thoughts about what could be going on here?

Thanks!

~~~~~~~~~~~~~
Shawn Plummer
Systems Manager
CIT SUNY Geneseo
"The mind can make substance, and people planets of its own with beings brighter than have been, and give a breath to forms which can outlive all flesh." -Lord Byron


--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: