On Wed, 2010-01-20 at 16:16 +0100, Platonides wrote:
> Toshi Esumi wrote:
> > Hi,
> > 
> > I can imagine this had been asked many times in this list. But I don't
> > seem to be able to find the same question in the archives.
> > 
> > I installed v1.15.1 into my OpenSuSE 11.1 under /srv/www/wiki directory.
> > It works fine if I point the Document root of httpd(apache2)
> > to /srv/www/wiki. But it doesn't work if I point it to somewhere else,
> > like /srv/www, and create an index.html there then set a link <a
> > href="./wiki">. It gives me "Object not found" because it tries
> > opening /localhost/index.php5/Main_Page, instead
> > of /localhost/wiki/index.php5/Main_Page.
> > 
> > I assume I just need to adjust some PHP variables in LocalSettings.php
> > but I don't know which ones and how. Can anybody point me to the right
> > direction?
> > 
> > Thanks,
> > 
> > Toshi
> 
> $wgArticlePath, $wgScriptPath
> The installer will have set them according on where it was when you
> installed the wiki.

Thanks, It works know after adjusting those. Somehow DefaultSettings.php
and/or LocalSettings.php seem to have been messed up. I'll try a fresh
install to another machine to see what went wrong.

Toshi


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to