Associate
- Joined
- 28 Jun 2005
- Posts
- 1,356
Hi. One of the sites I run has a Joomla front-end that's been hacked so the site's down. Doing a restore at the moment, but in the meantime I want to redirect people to another place. I'm pretty clueless when it comes to this sort of stuff so was hoping someone can help me out. Currently the site has an index.php file which I'm assuming is used to direct people into the Joomla content. Is there anyway I can disable that and just put an index.html file in there that directs people elsewhere? I did try sticking the code below but it just pointed you to the directory listing of the domain, rather than sending them elsewhere.
index.html
<meta http-equiv="refresh" content="2;url=http://www.myotherwebsite/forum">
Any help deeply appreciated.
index.html
<meta http-equiv="refresh" content="2;url=http://www.myotherwebsite/forum">
Any help deeply appreciated.