Hello PHP'ers

I am currently using the very cool PHPSlideshow(1)

This gives me URLs that look like this:

        http://www.tntluoma.com/show.php?directory=nursery/

I would like to be able to have simpler URL like this:

        http://www.tntluoma.com/show/directory=nursery/

I was researching for an answer for this and came across some information
at http://www.evolt.org/article/rdf/18/22880/ that was quite helpful about
Apache's 'force type' which means (I think) that I can use this:

<FilesMatch "^show$">
    ForceType application/x-httpd-php
</FilesMatch>

that will mean that I do not have to use the .php, which is good.

But the question remains how I can drop the ? (originally found after the
show.php? for a / as above)

I came across a site once that talked about how to do that too, but my
bookmarks were recently destroyed (bad day) and I can't find it now that
I'm looking for it.

Any help/pointers appreciated.

TjL

(1) The very cool PHPSlideshow can be found at:
        http://www.zinkwazi.com/pages.php?page_name=scripts


-- 
Site: www.tntluoma.com                       mailto:[EMAIL PROTECTED]
Info: Apache/1.3.19 (Unix) with PHP/4.0.6


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to