default page in windows server of the site keralaatbest

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
keralaatbest
Forum Newbie
Posts: 1
Joined: Sat Dec 23, 2006 5:52 am

default page in windows server of the site keralaatbest

Post by keralaatbest »

i want to change the default page of my website http://www.keralaatbest.com (travel and news website) from an asp page to a page with the extension .php. Please help me in this regard.

arun
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Is it your own server or is it hosted and managed by someone else?
You need to install php to handle php scripts. The site is servered by an IIS/6.0 (at least so it says). There's an step-by-step installation how-to at http://www.php.net/manual/en/install.windows.iis.php
To setup a default document that is served when no filename is given refer to http://www.microsoft.com/technet/prodte ... x?mfr=true
Post Reply