> "news" would actually be a PHP script, of course. I know how > to handle /2002/01/02/keyword as parameters, my question is on > making "news" be interpreted through PHP.
Off the top of my head... You could either use a .htaccess to force Apache to recognise "news" as a PHP script, or you could use a Custom 404 page to figure out what the heck the original URL was trying to get at and silently substitute in the resulting page. A Custom 404 might be easier, but would have a bit more supporting infrastructure at the code end for a big site. Apologies if this is incorrect, I just may not be thinking too clearly today :) Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]