How do I set the homepage?

Associate
Joined
13 Mar 2009
Posts
119
Hello here is what my site looks like currently when you type in the website address:

indexzir.jpg


How do I set homepage.html as the webpage that appears when people type my website address in?? I can't figure it out.
 
You should rename it to index.html

I think if you're on an apache server you can create a .htaccess file and put in

Code:
DirectoryIndex homepage.html
 
If it's just .html pages i don't think it can be hacked unless they get into your main cpanel.

To be hacked you need a database, eg. forums - there database holds users and passwords. Then hackers can use SQL injection. (Even if you did have a database it's unlikely you'll be hacked unless it's left wide open :D)
 
Back
Top Bottom