Customer cant logout – security issue
-
Hi
if a customer wants to logout from his account he gets a login-screen (generated by our htaccess).
Of course we do have secured our backend (thats a standard security measurement) with a htaccess and it seems that woocommerce has a conflict with that.Here is the content of our htaccess:
<Files wp-login.php>
AuthType Basic
AuthName “My Protected Area”
AuthUserFile ….path to the/.htpasswd
Require valid-user
</Files>Since we dont want to open the doors to hackers just to make woocommerce running, we would be very happy to get an solution for that.
Kind regards
bydloThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Customer cant logout – security issue’ is closed to new replies.