Page 1 of 1

How is: index.php/somepage/anotherpage

Posted: Thu Jun 10, 2004 9:29 pm
by evilcoder
how is this done? i've seen it around alot lately.

Currently i'm using a system where my index page has no extension and i use htaccess to give it ForceType PHP usage.

eg: mydom.com/index/file

where "file" calls a function.

I'd be interested to know.

Thanks guys

Posted: Thu Jun 10, 2004 9:47 pm
by feyd
a lot of servers do some checks on each "directory" in the path... basically seeing if it's an (executable) script/file.. if found, it'll call that with the full url data..