It became apparent after TBR began being indexed by Google that the page addresses had to get, well, friendly. MediaWiki pointed me in the vague direction of ISAPI rewriters for IIS and after a couple of failed installs/configurations the frustration was beginning to show. After navigating a wave of permission problems and ISAPI status errors in IIS Admin I was finally able to get the filter up and running.
As usual, it was a combination of solutions that seemed to click. Finding the WikiMedia subpage Short_URL/IIS6 and then comments located at the parent page enabled me to cobble together a working ini file with the rewriter IIRF. The solution creates short URLs when accessing articles only, and not functions... which I believe results in a more workable wiki. The working ini file directive follows:
RewriteRule ^/wiki/?([^\.]*)$ /wiki/index.php?title=$1 [L]
I'm just hoping now that performance isn't too badly affected by the rewriter. As far as I can tell there is an initial delay, and the rewriter then seems to cache in some way and speed returns to my perception of normal.


0 comments:
Post a Comment