Posted by Andy Jeffries on 05/03/06 00:42
On Tue, 02 May 2006 11:55:04 -0700, pspauthority wrote:
> Hello.
>
> I've noticed in MediaWiki (the software used by Wikipedia.org) uses
> forward-slashes "/" some of the time to organize the different items.
>
> example
>
> http://www.zeldarealm.com/zeldapedia/index.php/Main_Page
>
> notice the
>
> index.php/Main_Page
>
> it uses a slash, rather than a question mark.
>
> can someone please show me how to do this myself? It'd be appreciated
The answer other people seem to have missed is that $_SERVER["PATH_INFO"]
will be filled with /Main_Page on Apache servers.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
[Back to original message]
|