I host my website on DirectAdmin, the domain is redirected to example.com/wp
, I have deleted all the wp
files and redirect the domain to example.com/index.html
, but nothings has been changed.
I also update the .htaccess
file too
Directory Index index.html
Redirect 301 / http:example.com/index.html
but it still open the example.com/wp
as the default page.
how I can force it to open the index.html
page in public_html
folder through the default domain?