It looks like you're trying some non standard configuration. First, wiki/api.php says your in a sub directory called wiki, not w.
Next, it looks like you are trying to rewrite to a subdomain. API is reporting main page does exist but has never been accessed. If it were me, I would can your htaccess file, just rename it. Then access the wiki with long urls before you start playing with rewrites. It is definitely installed but you htaccess is causing issues From what it looks like, you are trying to rewrite to a non-existent subdomain. Redirect to a subdomain where mediawiki is installed instead. Tom Sent from my iPhone On Jan 31, 2012, at 3:35 PM, Phill Whiteside <[email protected]> wrote: > Is there a link as to how to create said Main_Page? > > Yeah, you can tell I'm a n00b to this :) > > thanks, > > Phill. > > On 31 January 2012 18:53, Platonides <[email protected]> wrote: > >> 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 >> > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
