Re: [PHP] fake .php extension

2003-07-15 Thread Jason Wong
On Tuesday 15 July 2003 20:04, Nabil wrote: > How can confugure Apache to execute a real php files but with fake > extention like .foo or .pl or even .html? AddType application/x-httpd-php .php4 .php3 .phtml .php .foo .bar .pl .asp -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open

Re: [PHP] fake .php extension

2003-07-15 Thread Maria Garcia Suarez
Hi there! --- Nabil <[EMAIL PROTECTED]> wrote: > How can confugure Apache to execute a real php files > but with fake extention > like .foo or .pl or even .html? I don't have any Apache around right now but you have to search inside httpd.conf for the "php" string, one of the entries is the one

[PHP] fake .php extension

2003-07-15 Thread Nabil
How can confugure Apache to execute a real php files but with fake extention like .foo or .pl or even .html? Regards Nabil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php