I have a fresh install. Ran through the install script without any problem. However once complete I'm unable to connect to the dolphin site. I've research for a couple hours and still no luck solving the problem. Sorry if this has been covered somewhere.
This is a development environment with other PHP websites. My other development site are working fine. Here are specifics on the environment.
PHP 5.2.11, MySQL 5.1.37, GD Library (no ImageMajick)
When I try to navigate to the site, I get "unable to connect". I've verified my general apache config is OK, because I can navigate to a html file (test.html) placed in the dolphin directory. Same hold true for a simply php file placed in the directory, info.php for example. I believe the problem is the apache port. My dev environment is using port 8888 instead of port 80. If I use Safari as the web browse. I see the entered URL http://localhost:8888/dolphin get changed to http://localhost/dolphin.
I've checked the /inc/header.inc.php file and it contains $site['url'] = "http://localhost:8888/dolphin/";
Even tried renaming index.php to index_org.php and made a new index.php file that contained a phpinfo(). When I did that going to http://localhost:8888/dolphin worked but http://localhost:8888/dolphin/index_org.php failed. This leads me to believe it is the port. I've got several other open source PHP projects (CakePHP & SugarCRM) loaded in this environment that work fine. CakePHP used mod_rewrite also. It is respecting my port definitions but D7 is not. I've also verified there is an .htaccess file in my dolphin directory.
Where can adjust the config so it runs on port 8888?
Thanks,
Tarun