Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
You can do this with just PHP, but I think php must be installed as a module. Basically place a file called thumbnails.php in your site route, then whenever a URL like mysite.com/thumbnails/funny/4 i called the thumbnails.php is excuted, in which you chop up the URL, and find all your varibles...

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
myserver.com/proxy/whatever and it works with no special changes to the config files. Andrew - Original Message - From: Adrian Murphy [EMAIL PROTECTED] To: Andrew Brampton [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 3:24 PM Subject: Re: [PHP