Redirection hébergement
... / Redirection hébergement
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Redirection hébergement

by
MichelV
Created on 2016-10-17 04:05:56 (edited on 2024-09-04 13:08:18) in Hébergement Web-old

Bonjour,

j'ai un nom de domaine lié à un multisite sur un hergement , hier j'ai décidé d'acheter un hebergement propre au nom de domaine , comment faire dès lors que je voudrais rediriger le nom de domaine vers l'ancien hébergement , le temps de construire le nouveau en toute tranquilité , car pour le moment il m'affiche la page d'accueil de l'hebergement du nouveau serveur et le site du coup n'est plus fonctionnel


1 Reply ( Latest reply on 2016-11-16 17:40:20 by
Gaston_Phone
)

En t'inspirant de https://www.wordetweb.com/word-et-web/JOOMLA-installation-hebergement-perso-chez-OVH-FR.htm CMS - JOOMLA - Installation chez OVH, crée le fichier **_/www/index.php_** :
> > header("HTTP/1.1 301 Moved Permanently");
> header("Location: http://IRL_ancien_hébergement");
> exit;
> ?>