Jump to content

Impossibile effettuare LOGOUT


GPC

Recommended Posts

Buona sera,
sono un nuovo utente registrato alla community.
Per un cliente, ho tirato su un sito di E-Commerce ed ho scelto a questo giro di utilizzare Prestashop.
Non nascondo che mi sta causando un bel po di problemi che non pensavo avesse.
Per ora sono riuscito a risolverli quasi tutti tranne questo benedetto bug del LOGOUT.
Ho trovato alcune info in giro per la rete ma nessuna di queste è riuscita ad aiutarmi.
Le ho provate di tutte ma niente.
La mia versione di Prestashop è 1.6.0.8
Io credo sia un problema del .htaccess come avevo letto in una discussione di un ragazzo che aveva risolto, comunque di seguito il mio .HTACCESS (magari può servire).

# ~~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 off <= ERA ON HO MESSO OFF COME SUGGERITO IN UN POST
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

Il problema è che Lunedì ho la presentazione del sito e il cliente mi sta giustamente lamentando il fatto che non riesce a sloggarsi (è uno molto preciso e con poca pazienza!!!).

Spero che qualcuno mi riesca ad aiutare perchè sto andando al manicomio.

Grazie infinitamente a tutti.

 

Una buona giornata

 

Link to comment
Share on other sites

Ciao, prova a disattivare la riscrittura degli URL e poi ad inserire un trattino basso davanti al file .htaccess tramite FTP.

 

Poi elimina cookie e cache , vedi se il problema si risolve.

Ciao grazie per la risposta.

Come disabilito la riscrittura degli URLs? Nella pagina SEO & URLs non trovo questa funzione.

Grazie!!

 

EDIT: Ma la voce è "FRIENDLY URL"? se si è sempre stata disabilitata...

Edited by GPC (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...