Page 1 of 1
php not working since installing visual sudio 2005 express
Posted: Sat Jan 06, 2007 2:23 am
by juliaw
I installed and was running php 5 and apache 2.0 fine on my machine. It was then necessary for me to do some work using .NET 2.0. I therefore downloaded visualstudio 2005 express onto my machine. For other reasons I have also downloaded firefox since last running my php programs. I have not installed iis and the apache service is running. When I browse the php prgams that were working fine before the downloads the browsers are not recognising the php code., the files do have a .php extension.
Please can you help as I really wnt to be able to develop in both environments for different projects!
Thanks for your help in anticipation,
Julia
Re: php not working since installing visual sudio 2005 expre
Posted: Sat Jan 06, 2007 3:50 am
by timvw
juliaw wrote:When I browse the php prgams that were working fine before the downloads the browsers are not recognising the php code., the files do have a .php extension.
Could you be a bit more specific? Do you still get to browse the files (as in: i still see the pages, but unprocessed)? Have they disappeared? (I've installed vs2k5 on a couple of machines with apache+php and never had such a problem)
Posted: Sat Jan 06, 2007 5:58 pm
by juliaw
Thanks for your reply - I browse tha pageas and any non php stuff is shown correctly, but the php code is 'splurged' into the page in between the html stuff, completely unrecognised
Posted: Sun Jan 07, 2007 5:02 pm
by volka
Open a command line window and enter
look for the line having
Code: Select all
Proto Lokale Adresse Remoteadresse
TCP 0.0.0.0:80 0.0.0.0:0
[---]
what does it say for [---] in your case?
Posted: Mon Jan 08, 2007 4:37 am
by juliaw
Thankyou for your interest - this is working - I was not putting in 'localhost:8080' in my url - now I have it is working. sorry to waste your time,
Julia