Zen Cart Logo
Forums / Installing on a Windows Server / No index.php in root after install

No index.php in root after install

Locked

Views: 2,507

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
02 Aug 2007, 05:19
#1
soundvines avatar

soundvines

New Zenner

Join Date:
Aug 2007
Location:
Redmond, WA
Posts:
1
Plugin Contributions:
0

No index.php in root after install

I've run the PHP install on two different Windows Vista/IIS machines with the same results. When I am done with the install, I am offered two buttons: One says go to my site, the other says go to the Administration site.

At the end of my install, everything looks good. My Administration site looks good. My MySQL database is poplulated and looks good. I gave write access to "everyone" and the install seemed to have no problem updating the configuration.php files.

What doesn't look good is my main site. There is no index.php in the web site root, so browsing to the root gives me nothing (on my two test boxes). On my hosted site, it sends me to the default hoster site (there is another person on this forum who seems to have run into this too).

FYI I am a developer, so I have been trying to debug this, but figured I'd ask the forum to see if I could get a quicker answer.

Should the installation process be creating me an index.php file in the root?
If so, can somebody point me to a template for this file? Maybe a sample from thier own successfully-installed site?

I think I can fake the rest of it if I had a sample index.php to start with.

Thanks

02 Aug 2007, 05:50
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: No index.php in root after install

Um ... the installer has nothing to do with creating any files.
The installer "updates" existing configure.php files, and that's it.

If you are missing an index.php file, then you forgot to upload it.

If your IIS is simply not loading index.php files, then perhaps the DefaultDocument rules do not include index.php in the right order.