alphabetical On a fresh installation, the home page says "Page not found! ?" I'm running PHP 5.6 on an Apache Linux server. The rest of the default site seems to work just fine, except for the home page. Any ideas on what I'm doing wrong here?
mad Hi, it is difficult to identify the issue without seeing the site. The first thing you can do is turning on the debug mode and check the log there.
alphabetical I turned on debug mode, but now am unsure where to find the log? Here is a link to the live site: jonathancrisman.net/test/ This, perhaps related, shows up too: Thanks for the help!
mad alphabetical Hi, it looks like your sever returns the wrong value for the ORIG_PATH_INFO variable. I think it is not a good idea, to put your new installation into a subdirectory of an existing site. There also might be some interfering rewrite rules I guess. Could you try to move the installation to its own subdomain?
alphabetical You were 100% right! I did a clean install in a new subdomain directory and everything looks like it's working now. Thanks for the help!