| janiltojack |
25-06-2009 09:13 AM |
Solução para o ERRO 404
Citação:
Postado Originalmente por VitinhoW
(Post 30073)
que erro e esse 404 ? :(
|
Bem como nosso amigo disse um post esse erro é de Pagina nao encontrada mesmo.
O problema :
quando vc digita o endereço ele busca o index.html
quando vc clica em Entrar ele busca o Index_1.php que ta com o nome apena de INDEX.
solução :
adicione estes codigos no mesmo lugar no seu Index.html .
veja o codigo abaixo:
Código HTML:
<table width="100%" border="0" bgcolor="#000000">
<tr>
<td align="center"><img src="imgs/index.jpg" border="0" align="middle" usemap="#Map2" />
<map name="Map2" id="Map2">
<area shape="rect" coords="658,507,788,578" onClick="gotoit(1)" href="http://www.xtremetop100.com/in.php?site=1132268864" target="_blank" />
<area shape="rect" coords="653,419,783,490" onClick="gotoit(1)" href="http://www.gtop100.com/in.php?site=32880" target="_blank" />
<area shape="rect" coords="651,328,779,398" onClick="gotoit(1)" href="http://www.gamesites200.com/lineage2/in.php?id=15410" target="_blank" />
<area shape="rect" coords="625,197,805,240" onClick="gotoit(1)" href="index_1.php" target="_blank" />
</map></td>
</tr>
</table>
|