I have just done a fresh install of Dolphin and if I go to www.domain.com/index.php, I can see the clocks but if I go to www.domain.com/, all I see is Page was not found.
Can anyone tell me what's going on.
Thanks
Gew
I have just done a fresh install of Dolphin and if I go to www.domain.com/index.php, I can see the clocks but if I go to www.domain.com/, all I see is Page was not found. Can anyone tell me what's going on. Thanks Gew |
You need to set directory index to index.php in the web server. By default it isn't set or set to index.html only. For the Apache web-server try to add the following line in .htaccess file your Dolphin root folder: DirectoryIndex index.php index.html If it doesn't help please ask your hosting support. Rules → http://www.boonex.com/terms |