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]>

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 Brent Clements
Your question is a bit confusing. Do you want to convert asp to php on the fly? and then parse the php natively? Not easily done. Or do you just want to name your files .aspx yet have php code in the files. Easily done. Or do you want to run aspx files natively?(if so check out the mod_mono proj

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 your