Hi Tom,
yeah, http://wiki.thesii.org is a subdomain pointed to via the DNS and set up in apache as to the where the root area is.
as per
<VirtualHost *:80>
ServerAdmin phillw@phillw.net ServerName wiki.thesii.org ServerAlias www.wiki.thesii.org DocumentRoot /var/www/html/thesii.org/wiki ErrorLog /var/www/html/thesii.org/logs/wiki-error_log CustomLog /var/www/html/thesii.org/logs/wiki-access_log common
</VirtualHost>
/var/www/html/thesii.org/wiki
holds the files....
api.php img_auth.php mw-config skins
api.php5 img_auth.php5 opensearch_desc.php StartProfiler.sample bin includes opensearch_desc.php5 tests cache index.php profileinfo.php thumb.php COPYING index.php5 README thumb.php5 CREDITS INSTALL redirect.php trackback.php docs languages redirect.php5 trackback.php5 extensions load.php redirect.phtml UPGRADE FAQ load.php5 RELEASE-NOTES-1.18 wiki.phtml HISTORY LocalSettings.php resources images maintenance serialized
so, it seems that directory structure is correct.
I'm not sure how this is non standard, it is a normal way to set up something? The subdomain deffinately exists!
As to what .htaccess would be complaining at, I'm at a loss. DNS has an entry for wiki.thesii.org (else we would get the header site), apache tells it where it is installed and the programme files are all in the correct place?
regards,
Phill.
On 31 January 2012 21:07, Tom tom@hutch4.us wrote:
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 PhillW@TheSII.org 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 Platonides@gmail.com 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 MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l