MyBB Community Forums

Full Version: How To Override index.html With index.php?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have an index.html file, but I would like the index.php file to be the homepage and load instead. How could I do this?
you can use rule like below in the URL rewrite rules file (.htaccess file for Apache server)

DirectoryIndex index.php index.html index.htm