What do I put in .htaccess for Apache to process a named "archive" as a PHP file?

I did it before and can't seem to find what I did.  Requests to 
http://myhost.com/archive/page1.php would get processed by the file named archive and 
page1.php would just be a parameter that I could access from within the script by 
checking the url and subtracting "http://myhost.com/archive/";.

Thanks in advance,

-Ed

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

Reply via email to