-
Posted to
PHP Community
by
dilbert627
on
07-13-2009, 5:00 PM
Actually doc_root WAS the problem. As per this thread: http://forums.iis.net/t/1154314.aspx
You can't have doc_root set in php.ini if you're going to have multiple sites. I still had to have a separate config directory, but not having doc_root set allowed each site to have its own document_root which was correct.
-
Posted to
PHP Community
by
dilbert627
on
07-13-2009, 11:53 AM
Ok, so I made a copy of the config directory in the subdirectory, and as I suspected, it's loading the index page of the root directory, only without the graphics and styles because the path is different, and none of the links work. Does the doc_root somehow override the home directory setting??
-
Posted to
PHP Community
by
dilbert627
on
07-10-2009, 5:10 PM
We have an internal website that runs a php application. I am adding a new feature in a subdirectory that I want to expose to the internet. My thought was that I would make a website that runs under a different port, like 84, then port forward from the router. I am running IIS 6 on SBS 2003. So I created a new website and ...