I keep getting 404 error when I try to access dolphin/index.php. I can access it fine from the localhost but not from a remote server.
After searching the forums for days nothing I try seems to make any difference.
Apache/2.2.11 (Win32) PHP/5.2.8
LoadModule rewrite_module modules/mod_rewrite.so
AllowOverride all
Dolphin Installed - 6.1.4
.htaccess installed from Dolphin-v.6.1.4-Free.zip
The server log says:
##.##.###.### - - [18/Apr/2009:15:35:06 -0500] "GET /dolphin HTTP/1.1" 301 341 (if permlinks checked)
##.##.###.### - - [18/Apr/2009:15:35:06 -0500] "GET /dolphin/ HTTP/1.1" 302 -
Everything I try for RewriteBase yields argument is not a valid URL error...I'm not sure what that means.
OK, since I installed Dolphin as Localhost it doesn't work when I use the full domain name. I changed $site['url'] in inc/header.inc.php which is created during the install and it resolved my 404 error situation.
However this opens up a whole new can of worms including the licenses are no longer recognized.