Hi,
I'm having a problem with a new install, where for example a link made
on Main_Page like so: [[testing]] gets expanded to
"/Main_Page?title=testing&action=edit", rather than to what I expect,
which is "/testing?action=edit".
Has anyone come across this before? All the menu links seem to be fine.
I'm running debian, with:
Apache: 1.3.26
PHP: 4.1.2-7.0.1 (I hope this isn't the problem..)
$wgScriptPath = "";
$wgScript = "$wgScriptPath";
$wgRedirectScript = "/redirect.php";
$wgArticlePath = "/$1";
Thanks for any suggestions!
Graham