When i use the .htaccess line
DirectoryIndex index.html index.php
It still loads oxwall first.
What should i change in the htaccess to make this work?
When i use the .htaccess line
DirectoryIndex index.html index.php
It still loads oxwall first.
What should i change in the htaccess to make this work?
this is a working example and it works on our end, probably your appache/mod_rewrite configured somehow differently
The solution above lets you to load index.html file if you go to www.yoursite.com/index.html
However, if you want to do something like splash screen, it is not possible to do via .htaccess file, as it uses session to remember whether a user already saw it or not
There's a solution to load index.html file instead of index.php but it will load it everytime a user goes to index page.
You will need to create a plugin in order to achieve what you want.