View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001915 | Site | wiki | public | 2010-05-04 09:25 | 2012-07-03 11:37 | ||||
Reporter | abma | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Product Version | springrts.com | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001915: wiki is configured to be at /mediawiki but in real its at /wiki | ||||||||
Description | See for example http://springrts.com/wiki/AI:Development Pages that not exist point to /mediawiki Pages that exist are at /wiki | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
hoijui (reporter) 2010-05-10 12:00 |
when you follow the link and create the page, does it not work as expected? i mean, maybe there is just a symbolic link on the server from wiki to mediawiki or something like that. what i just discovered.. i liked on one of the links that does not exist, which opened the "Create page" dialog. i closed it, and when going back, it showed the link in blue instead of red now (red-> does not exist). shift+refresh did not change that. |
tvo (reporter) 2011-04-25 22:34 |
I think this is normal, /mediawiki points to the actual PHP files while /wiki/Foo is a rewrite rule to something like /mediawiki/page.php?title=Foo. If I recall correctly these can not be the same according to the documentation.(would probably result in an infinite rewrite loop and/or incorrect rewrites) |