Hello all im a bit new to php and html coding and i just recently started a website for me a a few friends and im having some trouble with .htaccess
I have set up a website with a forum and a main page and the forums (phpbb) index page is names index.php and the main page (the one i want to show up by default) is called index.html . I have noticed that 000webhosting has priority for index.php over index.html so i looked up some stuff and i created an .htaccess file
this is what it looks like
Code:
RewriteBase /
DirectoryIndex index.html index.htm index.php
I have been trying to get this to work for a little under 2 days and i finally decided to post here it would be difficult to change the links on all 500+ pages of the forum so instead i thought that .htaccess file would be my best bet