--- Randy  Johnson <[EMAIL PROTECTED]> wrote:
> I am not sure if this is a php thing or not but hope is...

It's more an Apache thing, but I think it's relevant.

> I see some sites like this:
> 
> www.domain.com/tree
> 
> where tree is not a directory
> 
> for example 
> www.domain.com/tree/   would not work

Actually, it would work. Just make tree a PHP script, and add something
like this to your .htaccess:

<Files tree>
     ForceType application/x-httpd-php
</Files>

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

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

Reply via email to