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
Moving an Application for php to iis windows server
Moderator: General Moderators
Re: Moving an Application for php to iis windows server
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.