Jump to content

Redirection après 5 secondes


Recommended Posts

Bonjour à tous,

 

Je suis en train de monter un site avec prestashop 1.4.4.1

 

J'ai un affichage un peu bizarre à chaque fois que j'enregistre un produit dans mon catalogue : ça me met "redirection automatique dans 5 secondes".

 

Je n'arrive pas à trouver ou je peux enlever cette configuration. Je pensais que cela venait du debug qu'on trouve dans l'override mais je l'ai désactivé et j'ai toujours le même soucis.

 

Merci de votre aide.

 

Cordialement.

Link to comment
Share on other sites

Bonjour

 

Regarder dans vos dossiers si vous avez un fichier index.html ou index.php avec un truc dans ce genre là :

<html>
<head>
<title>Site moved...</title>
<meta http-equiv="refresh" content="5;URL=http://YOUR_NEW_SITE_ADDRESS">
</head>
<body>
YOUR_OLD_SITE_ADDRESS has moved to YOUR_NEW_SITE_ADDRESS
If your browser does not automatically redirect you in 5 seconds,
click <a href="http://YOUR_NEW_SITE_ADDRESS">here</a> to go to the new site.
</body>
</html>

 

Votre site que vous préparez est en ligne ou en local ?

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...