location php

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
alina_costin
Forum Newbie
Posts: 5
Joined: Fri Mar 05, 2004 1:02 am
Location: Romania
Contact:

location php

Post by alina_costin »

Hi all ! A PHP begginer here....

I have a page.php that is ok if i browse it with :

http:\\localhost\page.php ( it is located on 'c:\inetpub\wwwroot'' ).

If i move it in 'd:\webprojects'' i can't browse it anymore...

Please help !! Thank you very much !
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

thats cos its not in the server root and the server cant see it when you move it to D:, do you want to add d: drvie as server root as well?, i am not sure but i think you can do with apache in httdconfig file, someone with more know how on apache should know how to do it or if it can be done at all :).
alina_costin
Forum Newbie
Posts: 5
Joined: Fri Mar 05, 2004 1:02 am
Location: Romania
Contact:

Post by alina_costin »

I have windows 2000 Professional ....not Linux...and
I change Home Directory from
DefaultWebSite from IIS and even doc_root from c:\winnt\php.ini but...
still doesn't work from d:\webprojects...

Any ideea ..???
Post Reply