You can accomplish this by enabling multiviews in your httpd.conf

> -----Original Message-----
> From: Teren Sapp [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 3:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Making it so the .php isn't needed
> 
> 
> Hi, I had it setup on my server before i reloaded it, but what i 
> need to have happen is so that when i'm passing variables to a 
> php file, I don't have to include the .php in the link...so i can have 
> 
> http://www.my-domain.com/page1?var1=3&var2=4
> instead of 
> http://www.my-domain.com/page1.php?var1=3&var2=4
> 
> Anybody know how i can make this work? THanks
> 
> Teren
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to