Page 1 of 1

Moving an Application for php to iis windows server

Posted: Tue Nov 04, 2008 10:09 am
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

Re: Moving an Application for php to iis windows server

Posted: Tue Nov 04, 2008 2:48 pm
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.