Talk:Wiki To Do List
From Orgwiki
Is there a reason the (comparatively simple and straightforward) change to remove the "index.php?title=" from the page address hasn't been taken? --AlisonW 20:18, 3 August 2007 (BST)
- I dont think so, the only reason for not changing it now is that Google has very high rating for the existing pages and not wanting to break peoples links. Best to ask about this on the ORG mailing list. :) --Glyn 20:26, 3 August 2007 (BST)
- Noted, however the existing pages will remain available and surely it is better done now (when comparatively fewer page references will change) than to do it later? Presentationally it looks a whole lot better ;-)
- To
localsettings.phpin your mediawiki directory add- $wgArticlePath = "/orgwiki/$1";
-
- and in your Apache's
httpd.confadd- Alias /orgwiki "path/to/mediawiki/index.php"
- Alias /index.php "path/to/mediawiki/index.php"
- and in your Apache's
-
- --AlisonW 20:30, 3 August 2007 (BST)

