Phill Whiteside wrote: > I've turned full logging on, both in the LocalPHPSettings file and > generally on the pjp.ini file on the server. > > There are no errors reported. However /var/www/html/ > thesii.org/wiki/index.php/Main_Page does not exist? There is an index.php > file but no sign of Main_Page. > > Regards, > > Phill.
That's expected. No problem there. index.php is run which gets Main_Page as a parameter (PATH_INFO) and shows the page called like that. It just looks nicer than index.php?title=Main_Page in urls. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
