Gracias por la respuesta.
He intentado redireccionar, cambiando el .htaccess
Pero me sigue apareciendo la pagina default del server.
He notado que en la carpeta var/www/joomla (uso Ubuntu) tengo un archivo "
index.html" (que en condiciones normales no deberia estar alli).
El codigo del "index.html" es el del default page de mi servidor
<html>
<head>
<title>FREE WEB HOSTING, DOMAIN REGISTRATION by: AWARDSPACE.COM - FREE Web Hosting Service of ZETTAHOST.COM - ZETTA HOSTING SOLUTIONS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="1,*" framespacing="0" border="0" frameborder="0">
<frame name="top" src="" scrolling="NO" noresize>
<frame name="bottom" src="http://preview12.awardspace.com/subdomains/index.html?hostname=<?=$_SERVER['HTTP_HOST']?>" scrolling="AUTO">
<noframes>
<body topmargin=0 marginwidth=0 marginheight=0 bgcolor="#FFFFFF" link=#0000FF vlink=#0000FF>
<center>
<p><font style="font-size:13px" face="arial,sans-serif" color="#0000FF">
<b>This domain still has no <b><font color="#DE4639">index.html</font></b> page uploaded!</b></font><br>
<font style="line-height:12px; font-size:10px; font-family:verdana,arial,sans-serif; color:#000000">
This page is hosted for FREE by: <i><a href="http://www.awardspace.com">AWARDSPACE.COM</a></i>
a FREE Web Hosting Service of <a href="http://www.zettahost.com/">ZETTA HOSTING SOLUTIONS</a></font><br>
</center>
</body>
</noframes>
</frameset>
</body>
</html>
No tengo mucha idea de como funciona joomla... Donde esta la pagina de inicio original?. Quiza podria copiar el codigo original y borrar el de la jodida default page.