David GLK Posted December 14, 2019 Share Posted December 14, 2019 Bonjour, J'ai un problème au niveau de l'activation de l'url simplifiée dans prestashop 1.7.6.2, dès que je l'active j'ai des erreurs 404 se produisent dans le backoffice, en revanche je n'en ai pas dans le frontend Si quelqu'un à une idée lumineuse je suis preneur. Merci David. Link to comment Share on other sites More sharing options...
solsol69 Posted December 15, 2019 Share Posted December 15, 2019 bonjour peut voir votre .htaccess Link to comment Share on other sites More sharing options...
David GLK Posted December 15, 2019 Author Share Posted December 15, 2019 mon ht..... ### LITESPEED_CACHE_START - Do not remove this line, LSCache plugin will automatically update it # automatically genereated by LiteSpeedCache plugin: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscps <IfModule LiteSpeed> CacheLookup on RewriteEngine on RewriteCond %{HTTP_COOKIE} !PrestaShop- RewriteRule .* - [E=Cache-Control:vary=guest] </IfModule> ### LITESPEED_CACHE_END # ~~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: aliand.fr 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 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Redirect 301 /aliand http://aliand.fr/ Link to comment Share on other sites More sharing options...
David GLK Posted December 18, 2019 Author Share Posted December 18, 2019 Bonsoir, J'ai des erreurs 404 dans le back office cela viendrait des token... Merci pur votre aide. Version : 1.7.6.2 David Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now