Re: [PHP] Mediawiki's url confusion

2009-07-23 Thread Dengxule
I think PATHINFO is probably what i'm looking for. Paul mentioned the "lookback" feature, i think that is or about the same thing. MediaWiki-1.15.1 use the pattern of url for common pages like this : some_path_to_mediawiki/index.php/something , and the 'something' supports even non-english charac

Re: [PHP] Mediawiki's url confusion

2009-07-23 Thread Paul M Foster
On Fri, Jul 24, 2009 at 10:28:52AM +0800, Dengxule wrote: > Thanks a lot. As far as i know, both methods dealing with urls are > WEB-SERVER-TECH. While I was installing mediawiki, i did nothing with the > file "httpd.conf", no changes made on . > > The mediawiki install script cannot do nothing t

Re: [PHP] Mediawiki's url confusion

2009-07-23 Thread sean greenslade
On Thu, Jul 23, 2009 at 10:28 PM, Dengxule wrote: > Thanks a lot. As far as i know, both methods dealing with urls are > WEB-SERVER-TECH. While I was installing mediawiki, i did nothing with the > file "httpd.conf", no changes made on . > > The mediawiki install script cannot do nothing to httpd.

Re: [PHP] Mediawiki's url confusion

2009-07-23 Thread Dengxule
Thanks a lot. As far as i know, both methods dealing with urls are WEB-SERVER-TECH. While I was installing mediawiki, i did nothing with the file "httpd.conf", no changes made on . The mediawiki install script cannot do nothing to httpd.conf i think. So i'm confused about how the url-rewriting me

RE: [PHP] Mediawiki's url confusion

2009-07-23 Thread Ford, Mike
> -Original Message- > From: Paul M Foster [mailto:pa...@quillandmouse.com] > Sent: 23 July 2009 06:13 > > On Thu, Jul 23, 2009 at 11:57:51AM +0800, ?? wrote: > > > But I cannot help myself with the url pattern : > > /somepath_to_mediawiki/index.php/pagetitle. > > > > How can this kin

Re: [PHP] Mediawiki's url confusion

2009-07-22 Thread Paul M Foster
On Thu, Jul 23, 2009 at 11:57:51AM +0800, ?? wrote: > Hi everyone: > > I've been studying the codes of Mediawiki for some time. > > I'm convinced that the file "index.php" is the only entrance to the whole > site. > > But I cannot help myself with the url pattern : > /somepath_to_mediawiki/