Search the Community
Showing results for tags 'HTTPS SSL'.
-
Hello to all. I've a problem with a PS 1.5.5.0 shop that cannot be upgraded to newest versions. On the hosting is correctly installed an SSL certificate. We activated SSL in BO and also provided SSL domain, but the website is still redirecting on http urls. Only some urls are in https: cart, login page. I also tried to force https pages by modifying .htaccess file, but the result is: "too many redirects" error, it seems that the PS platform loops from http to https. Anyone can help me to solve? Thank you very much in advance.
-
Przekierowanie z http na https w .htaccess
hering posted a question in Wsparcie i pomoc użytkowników
Witam, Zna ktoś rozwiązanie problemu przekierowania z http na https (po instalacji certyfikatu SSL) w pliku .htaccess? Mam taki plik .htaccess: <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 RewriteCond %{HTTP_HOST} ^lu-boo.pl$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 Znalazłem coś takiego w sieci: RewriteCond %{HTTPS} !^on$ RewriteRule ^(.*)$ https://lu-boo.pl/$1 [R=301,L] Boję się jednak, że coś sknocę. Pomoże ktoś? -
When preparing my webshop to use secure connection, I decided to enable the HTTPS protocol in the backstore (Tab Preferences->General) by clicking on the given link on "Enable SSL". Notice that I am doing the website development using on a local host (using XAMPP). After doing so the website stopped working and I am only getting a blank page when attempting to load the homepage. When using Firebug in Firefox I got the following message: "NetworkError: 500 Internal Server Error - http://localhost/prestashop" Could please anyone help me with this error?? Any attempt to reverse to the old situation is failing at the moment. It seems that when enabling SSL something has changed permanently on the configuration and this is affecting the whole functionality of the site. I already tryed to switch SSL on/off by brutal force by changing the table "PS_SSL_ENABLED" in the database, but no improvement. At the moment at the BO I see that the radio buttoms for "Enable SSL" are gone, and I am getting back the link "Please click here to use HTTPS protocol before enabling SSL".