Jump to content

come posso fare un redirect dal mio vecchio sito


vercy2003

Recommended Posts

RewriteEngine on
RewriteCond %{HTTP_HOST} ^reptyfood\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.reptyfood\.it$
RewriteRule ^/?$ "http\:\/\/www\.reptyfood\.com\/" [R=301,L]

queste righe le inserisci nel file .htacces posto nella root del dominio www.reptyfood.it, e automaticamente dovresti essere reindirizzato al .com, oppure crei un file index.html con il codice seguente

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//IT">
<html>
<head>
<title>---metti il titolo--- </title>
<meta http-equiv="REFRESH" content="0;url=http://www.reptyfood.com"></HEAD>
<BODY>

</BODY>
</HTML>

Alcuni sistemi permettono di reindirizzare semplicemente da pannello di controllo, ma credo che semplicemente mettono il file .htaccess come sopra.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...