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]>
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,
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
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
4 matches
Mail list logo