[PHP] read aspx files

2004-10-08 Thread celso andrade
hi all, how do i setup a apache+php server to read aspx files as php files? i need it to parse aspx files. thank you ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!

Re: [PHP] read aspx files

2004-10-08 Thread Robby Russell
On Fri, 2004-10-08 at 15:00 -0300, celso andrade wrote: hi all, how do i setup a apache+php server to read aspx files as php files? i need it to parse aspx files. thank you Do you mean run aspx files? Or just read them? If so, you should just be able to read the contents of

Re: [PHP] read aspx files

2004-10-08 Thread Brent Clements
project). -Brent - Original Message - From: celso andrade [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:00 PM Subject: [PHP] read aspx files hi all, how do i setup a apache+php server to read aspx files as php files? i need it to parse aspx files. thank

Re: [PHP] read aspx files

2004-10-08 Thread Marek Kilimajer
celso andrade wrote: hi all, how do i setup a apache+php server to read aspx files as php files? i need it to parse aspx files. Find this line in httpd.conf: AddType application/x-httpd-php .php Add aspx extension and restart apache -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] read aspx files

2004-10-08 Thread M Saleh EG
Do u mean using .aspx as ur file extensions? and then setup Apache to read them as php file? If that's the case then ur talking about types and extension handlers. Try or research about: Add Type in apache docs. and handlers. On Fri, 08 Oct 2004 11:23:02 -0700, Robby Russell [EMAIL PROTECTED]