vercy2003 Posted March 12, 2015 Share Posted March 12, 2015 Salve a tutti, ho un sito creato da un agenzia che scadrà a breve..vorrei comprare il dominio attuale www.reptyfood.it appena scade e creare un redirect sul nuovo sito che termina con .com... Sapete aiutarmi a farlo? Grazie Link to comment Share on other sites More sharing options...
assisassi Posted March 12, 2015 Share Posted March 12, 2015 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 More sharing options...
djmasterv Posted March 13, 2015 Share Posted March 13, 2015 quando acuiti il dominio devi scegliere la soluzione redirect e dal pannello di controllo che ti mette a disposizione il provider devi reindirizzare il vecchio dominio sul nuovo o viceversa. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now