Moving an Application for php to iis windows server

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
ekam
Forum Newbie
Posts: 1
Joined: Tue Nov 04, 2008 10:08 am

Moving an Application for php to iis windows server

Post by ekam »

Hey guys,



I moved a php application to windows iis, i tink this application orginally belonged on a linux server.

Anyway the application is working fine expect that root directory has 4 folder (admin,cgi,www)

the www folder has all the website files.



I have to put http://mydomain.com/www/ to load the website.

How can I fix this so when I go to http://mydomain.com it is the www folder and also i want to be able to access http://mydomain.com/admin



Thanks
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Moving an Application for php to iis windows server

Post by Jade »

That's something you'd have to fix with the DNS on the server so it resolves to http://domain.com/www when you enter http://domain.com in the URL bar.
Post Reply