[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=funnygallery=4 the URL is neat, similar to many sites who would have

Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
] 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, mysite.com/thumbnails?type=funnygallery=4 the URL is neat, similar to many sites who would

Re: [PHP] Smart URLs

2002-06-02 Thread Adrian Murphy
this with a .htaccess file : Files thumbnails ForceType application/x-httpd-php /Files - Original Message - From: Andrew Brampton [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 1:20 PM Subject: Re: [PHP] Smart URLs You can do this with just PHP

Re: [PHP] Smart URLs

2002-06-02 Thread 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, in which you I think if you call it thumbnails.php it won't work. however

Re: [PHP] Smart URLs

2002-06-02 Thread Philip Olson
Message - From: Scott 'INtense!' Reismanis [EMAIL PROTECTED] To: [EMAIL 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