Microsoft Visual Interdev with Apache + PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Microsoft Visual Interdev with Apache + PHP

Post by anjanesh »

Is there any way to get Microsoft Visual Interdev to recognize Apache server when createing a new project. Apache works and on typing localhost, its page loads. But Visual Interdev is not able to understand that apache server is running. Can we do the same thing in Interdev for php as in asp ?
Thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

haven't tried that but it might work with frontpage server extensions installed in apache's DocumentRoot. If the apache installed on unix/linux you need a unix version of the frontpage extension which can be found at http://www.rtr.com/fpsupport/
Can we do the same thing in Interdev for php as in asp ?
What would that be?
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

That would be having a project manager consisting of php files like in the solution.
Apache is running on Windows and I guess I installed Frontpage Server Extensions 98 some time ago - don't know how to check if its there.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

then there should be a directory _vti_bin within DocumentRoot of your apache
Post Reply