Home
last modified time | relevance | path

Searched hist:"4 fc51abc5736d818d029640029d3de0f8ab8cc15" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dtemplate.php4fc51abc5736d818d029640029d3de0f8ab8cc15 Mon Feb 22 21:09:14 UTC 2010 Stephen Warren <swarren@wwwdotorg.org> Omit do=show from URLs

It looks like when there is no "do=" parameter to doku.php, "show" is
assumed. When clean URLs are used (via mod_rewrite), regular
page-to-page links hence just link to "pagename". However, if you "Show
pagesource", then "Show page", the browser is sent back to
"pagename?do=show" instead of just "pagename". This seems like a "less
clean" URL to me.

So, the attached patch removes "do=show" from URLs in this case, so
cleaner URLs are used.