Jump to content

[Debug] This page has moved


lepilouloulou

Recommended Posts

Bonjour, je viens poster ici en espérant trouver de l'aide.

J'essaie de mettre en place une boutique sous prestashop 1.7.6.1 ainsi qu'un certificat ssl généré par OVH.

C'est une install neuve et je me retrouve avec cette erreur quand je passe en mode DEBUG

[Debug] This page has moved
Please use the following URL instead: http://epicetous.com/index.php

 

Voici mon .htaccess

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on


#Domain: epicetous.com
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/font-woff .woff
AddType font/woff2 .woff2
<IfModule mod_headers.c>
    <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404

RewriteCond %{HTTP_HOST} ^http://epicetous.com/index.php
RewriteRule ^(.*)$ https://epicetous.com/index.php$1 [R=301,L]

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 

 

Merci d'avance pour votre aide.

Bonne journée à tous

Link to comment
Share on other sites

Merci pour ta réponse. Je n'ai touché à rien et voila avec quoi je me retrouve maintenant

 

 

Bad Request

Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

 

 

J'ai comme l'impression que les certificats SSL de chez OVH partent en sucette

Edited by lepilouloulou (see edit history)
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...