Link to home
Start Free TrialLog in
Avatar of zaf12
zaf12

asked on

Errors setting up an Apache instance?

I have just set up an instance of Appserv on my Windows C drive, to localy look at some files (C:\AppServ\).  The files I want to look at(which defenetely work) are in my C:\thailand directory.  I've gone into apache\conf\httpd.conf and fixed 'DocumentRoot "C:\thailand"', <Directory "C:\thailand">, and just for good measure,  UserDir "C:\thailand\users\".  

But when I go to localhost/index.php, I get a long list of errors - here are the first three.

Warning: main(/init_all.php): failed to open stream: No such file or directory in c:\thailand\index.php on line 7

Warning: main(): Failed opening '/init_all.php' for inclusion (include_path='.;c:\php4\pear') in c:\thailand\index.php on line 7

Warning: main(/themes/theme_thai/th_header.php): failed to open stream: No such file or directory in c:\thailand\index.php on line 9

Is there another setting somewhere I need to be changing, or is this something really silly I've missed?  I'm just pretending at this, so I wouldnt be surprised.
ASKER CERTIFIED SOLUTION
Avatar of rama_krishna580
rama_krishna580
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial