Re: [PHP-DEV] Adding URI Translation Handlers

2001-06-22 Thread Stephen van Egmond
Brian Moon ([EMAIL PROTECTED]) wrote: > I am still not clear on your problem with the rewriting. I don't see what > the number of files in the templates has to do with anything. > > Can you elaborate more on that. Maybe some examples of what the request > would be and how you would rewrite it a

Re: [PHP-DEV] Adding URI Translation Handlers

2001-06-22 Thread Brian Moon
almac.com/ - Original Message - From: "Stephen van Egmond" <[EMAIL PROTECTED]> To: "Brian Moon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 12:50 PM Subject: Re: [PHP-DEV] Adding URI Translation Handler

Re: [PHP-DEV] Adding URI Translation Handlers

2001-06-22 Thread Stephen van Egmond
Brian Moon ([EMAIL PROTECTED]) wrote: > Isn't this what mod_rewrite is for? mod_rewrite works only in a static sense. You set up your rules, and fire up your Apache. If your rules change (as they certainly will in the case of 10,000 florists), you have to rewrite the rules file and restart apac

Re: [PHP-DEV] [emile@iris-advies.com: Re: [PHP-DEV] Adding URI Translation Handlers]

2001-06-22 Thread Brian Moon
almac.com/ - Original Message - From: "Stephen van Egmond" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 12:09 AM Subject: [PHP-DEV] [[EMAIL PROTECTED]: Re: [PHP-DEV] Adding URI Translation Handlers] > Back when the mailing lists were down, I sta

[PHP-DEV] [emile@iris-advies.com: Re: [PHP-DEV] Adding URI Translation Handlers]

2001-06-22 Thread Stephen van Egmond
IL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Adding URI Translation Handlers Stephen van Egmond wrote: > One thing which I am bumping into is the need to do URI rewriting, kind > of like what mod_perl does. > > I would like to implement this myself in mod_php, and I'm