Jump to content

Page blanche sur mobile


Recommended Posts

Bonjour,

 

 

Je fais partie d'un projet de site sous presta 1.5, et je suis confronté à un problème de page blanche du site uniquement sur mobile. C'est assé génant ^^

 

J'ai pensé d'abord à un problème avec le htaccess, mais visiblement, tout va bien :

 

 

RewriteEngine OnAddDefaultCharset UTF-8# ~~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>RewriteCond %{HTTP_HOST} ^monsite.eu$RewriteRule . - [E=REWRITEBASE:/home/monsite/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]</IfModule>#If rewrite mod isn't enabledErrorDocument 404 /home/monsite/index.php?controller=404# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 

 

 

Si quelqu'un possède une autre piste, je suis prenneur. Merci par avance.

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