How to redirect to index.php?

When people go to mysite.com, I need them to be redirected to mysite.com/index.php. One of the modules that I am using has an issue on the homepage unless it is at mysite.com/index.php 

Quote · 21 Mar 2016

You do this from the web server. If you are using Apache, by default it will look for the first file named index.html, then others.

Look for "DirectoryIndex" in your Apache config and change it to index.php, then index.html. Reload/restart Apache and you should be right to go.

Quote · 21 Mar 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.