[thelist] Clean URLs

f f at zoyth.com
Thu Aug 22 06:33:01 CDT 2002


--
[ Picked text/plain from multipart/alternative ]
In reference to this article:
http://www.evolt.org/article/Making_clean_URLs_with_Apache_and_PHP/18/22880

I've managed to make URLs look like these:
http://www.domain.com/article/2002/03/01
which does the same thing as
http://www.domain.com/article.php?year=2002&month=03&day=01


I am now unsuccessully trying to do something like:
http://www.domain.com/argument
which should be equivalent to
http://www.domain.com/index.php?var=argument
but I could not do it unless I do something like
http://www.domain.com/index/argument

Apache does not seam to load index.php by default in this case. Is there a way to force it?

Thanks!

Francois Lane
Mastodonte Communication Inc.
http://www.mastodonte.com

--





More information about the thelist mailing list