Cita:
Iniciado por indie_rok Buenas!
Pregunta super novata pero apenas me voy iniciando en esto.
Resulta que tengo mi página:
www.rijeos.com/servin/
Si ustedes ingresan arroja error 403 "Forbidden"
Sin embargo si entran a
http://www.rijeos.com/servin/index.php
Carga perfectamente
Como le hago para que automaticamente se haga la redirección?
Escuche algo del .htaccess pero no estoy muy seguro
Un saludo
Yo no lo haria en: /public_html/
.htaccess
Prueva en agregar dentro del fichero: /public_html/
index.html
( entre
<head> </head> )
Código HTML:
<meta name="robots" content="all">
<frameset border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0>
<frame src="http://www.rijeos.com/servin/index.php" scrolling=auto frameborder="no" border=0 noresize>
<frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 frameborder="no" border=0 noresize>
</frameset>