auyama
internet agency
username:
password:
englishespañolrussoitaliano
faq su internet
27 keyword density 
28 ethical seo 
29 Definition of the term, "keyword research" 
30 Definition of the term, keyword spamming 
31 Definition of the term, keyword placement 
45 Visualizzazione di file di Excel, PowerPoint e Word 2007( .docx .xlsx .pptx ) 
46 Cos´è MySQL 
47 Cambiare Modificare la password d´accesso a MySQL. 
48 What does "Generating database keys, it may take some time, ispcp debian etch 
84 Cosa e´ il redirect? Come si realizza un redirect? 
|< 1 2
Cosa e´ il redirect? Come si realizza un redirect?

Un redirect è il sistema che permette d´inoltrare le visite di un sito web verso un altro sito web senza che l´utente se ne accorga.

Esempio di redirezione in HTML

Creare un file di testo chiamato  index.htm o index.html e inserire il seguente contenuto:

<HTML>
<HEAD>
<TITLE>Redirect in html</TITLE>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.auyama.it">
</HEAD>
<BODY>
Redirect in html
</BODY>
</HTML>

 

Esempio di redirezione in JavaScript

Creare un file di testo chiamato  index.htm o index.html e inserire il seguente contenuto:

<HTML>
<HEAD>
<TITLE>Redirect in javascript</TITLE>
<script language="javascript">
<!--
location.replace("http://www.auyama.it");
-->
</script>
</HEAD>
<BODY>
Redirect in java script
</BODY>
</HTML>

 

Esempio di redirezione in php.

Creare un file di testo chiamato  index.php e inserire il seguente contenuto:

<?php
header("Location: http://www.auyama.it");
?>

 

Esempio di redirezione in asp DOTNET

Creare un file di testo chiamato  index.aspx  e inserire il seguente contenuto:

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.auyama.it"
%>
<!-- oppure //-->
<%
Response.Buffer = true
%>
<html>
<%
Response.Redirect("http://www.auyama.it")
%>
<HEAD>
<TITLE>Redirect in asp</TITLE>
</HEAD>
<BODY>
Redirect
</BODY>
</HTML>

 

Esempio di redirezione in JavaServerPage (JSP)

Creare un file di testo chiamato index.jsp e inserire il seguente contenuto:

    <%
        String redirectURL = "http://www.auyama.it/";
        response.sendRedirect(redirectURL);
    %>

via F. Filzi 19/h 20032 Cormano ( Milano ) Italia - P.I.V.A. 04851410961
Tel. 02303124450 - Fax: 02700519326

xhtml  php power  google site map