Re: [PHP] Smart URLs

2002-06-02 Thread Philip Olson
>; > <[EMAIL PROTECTED]> > Sent: Sunday, June 02, 2002 3:24 PM > Subject: Re: [PHP] Smart URLs > > > > > whenever a URL like > > > mysite.com/thumbnails/funny/4 > > > i called the thumbnails.php is excuted, in which you > > > > I th

Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
> To: "Andrew Brampton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 3:24 PM Subject: Re: [PHP] Smart URLs > > whenever a URL like > > mysite.com/thumbnails/funny/4 > > i called the thumbnails.php is excuted, i

Re: [PHP] Smart URLs

2002-06-02 Thread Adrian Murphy
thumbnails' is parsed as php.do this with a .htaccess file : ForceType application/x-httpd-php - Original Message - From: "Andrew Brampton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 1:20 PM Subject: Re:

Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
AIL PROTECTED]> Sent: Monday, June 03, 2002 5:28 AM Subject: [PHP] Smart URLs > Hey all, > > I was recently trying my luck at dabbling in some mod_rewrite > stuff, and I have run into numerious errors. Basically my aim is to > re-write my sites URLs so instead of being say, &g

[PHP] Smart URLs

2002-06-02 Thread Scott 'INtense!' Reismanis
Hey all, I was recently trying my luck at dabbling in some mod_rewrite stuff, and I have run into numerious errors. Basically my aim is to re-write my sites URLs so instead of being say, mysite.com/thumbnails?type=funny&gallery=4 the URL is neat, similar to many sites who would have somet