Jump to content

Boucle de redirection


Recommended Posts

Bonjour,

 

Je sais que ce problème a était présenter plusieurs fois

J'ai suivi toutes les étapes précédemment mais sans succès.

Ma boutique présente toujours une boucle de redirection je ne sais plus quoi faire du tout.

:(

Voici mon htacces j'ai essayez en rajouter Options +FollowSymlinks etc.... mais rien ne se passe toujours la même chose.

Cela c'est déclencher après une réinstallation de prestashop 1.6 .

Je peut toujours allez sur le BO.

J'ai aussi régénéré le fichier htaccess j'ai vraiment tout essayez. 

 

# ~~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
 
<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>
 
RewriteEngine on
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/x-font-woff .woff
 
#If rewrite mod isn't enabled
ErrorDocument 404 /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
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...