calindoudou Posted February 12, 2014 Share Posted February 12, 2014 Bonsoir, Après avoir epluché le forum en quete d'une réponse et n'avoir pas trouvé ma solution, j'en viens à vous. je passe une commande, crée mon compte client.(pour passer une commande à la place d'un client) le problème c'est qu'il garde "CE" compte client et je ne peux pas me déconnecter du compte quelqu'un aurait une solution ?? Link to comment Share on other sites More sharing options...
Divine Posted February 13, 2014 Share Posted February 13, 2014 Bonjour, Tu es chez quel hébergeur ? Link to comment Share on other sites More sharing options...
calindoudou Posted February 13, 2014 Author Share Posted February 13, 2014 Bonjour, je suis chez 1&1 depuis maintenant 4 ans Link to comment Share on other sites More sharing options...
Bondaty and Co Posted February 13, 2014 Share Posted February 13, 2014 Si ça peut aider j'ai résolu ce type de problèmes en ajoutant ces lignes à mon htaccess: ##### Cache media files ##################################### <filesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf|js|css)$"> Header set Cache-Control "max-age=2592000, public" </filesMatch> ##### Don't cache dynamic pages ############################# <filesMatch ".(php|cgi)$"> Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate" </filesMatch> 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