Jump to content
  • 0

Using a domain without SSL certificate


DEMERODE

Question

Hello,

i just added my domain in prestashop, i don't have a SSL certificate and when i type : http://www.demerode.fr i see a warning message in the browser saying that there is a certificate problem, the certificate is not for this website (but for demerode.pswebshop.com)
So prestashop is forwarding us to https://www.demerode.fr

Why is it doing that ?? i would like to access my site without HTTPS for the moment.

 

Thank you for helping.

Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 0

I've also tryed to put my subdomain (shop.cartoleriarossi.it) but it doesn't shows images that are under https. How do I set my shop to use http instead of https?

Best regards

 

Found it in General Settings... Now I Too have the "TOO MANY REDIRECTS" problem. How do I fix it?

Link to comment
Share on other sites

  • 0

Hi,

 

I answer late but it works now http://www.demerode.fr/fr/

It was a small bug when you switched from the pswebshop domain name to your new domain name. We fixed it, sorry for the problem.

Hi, I too have a similar problem,

when I set up as the root domain www.labelshop.it

for my cloud site (etichette.pswebshop.com)

and I disabled SSL,

the site stopped working and always returns (ERR_TOO_MANY_REDIRECTS).

 

Now change any settings or restore the site is not working. Please help me thanks

Link to comment
Share on other sites

  • 0

I had the same problem... And found the solution after 2 nights on it lol

When you disable SSL in Back Office, prestashop doesn't modify the .htaccess !!!

edit your .htaccess file and modify manually

SetEnv HTTPS "on"

to

SetEnv HTTPS "off"

 

Yes it sounds like a joke... So simple but so frustrating...

  • Like 1
Link to comment
Share on other sites

  • 0

I had the same problem... And found the solution after 2 nights on it lol

When you disable SSL in Back Office, prestashop doesn't modify the .htaccess !!!

edit your .htaccess file and modify manually

SetEnv HTTPS "on"

to

SetEnv HTTPS "off"

 

Yes it sounds like a joke... So simple but so frustrating...

I have same problem. All images still have  "https" prefix after  disable SSL in Back Office.

Where I can modify .htaccess on Prestashop Cloud?

  • Like 1
Link to comment
Share on other sites

  • 0

I had the same problem... And found the solution after 2 nights on it lol

When you disable SSL in Back Office, prestashop doesn't modify the .htaccess !!!

edit your .htaccess file and modify manually

SetEnv HTTPS "on"

to

SetEnv HTTPS "off"

 

Yes it sounds like a joke... So simple but so frustrating...

May i know how to do that, I cant find .htaccess file in translation

  • Like 1
Link to comment
Share on other sites

  • 0

Hi, 

 

Did anyone find a solution for this, I am a prestashop cloud user and when I try and turn off SSL and use my own domain I get the error "ERR_TOO_MANY_REDIRECTS"

I cannot see where I can change the .htaccess file as it is the cloud prestashop and not one Ive installed on my webhost. 

 

Any advice regarding this would be very much appreciated. 

Many thanks

Nick 

Link to comment
Share on other sites

  • 0

 

Hi, 

 

Did anyone find a solution for this, I am a prestashop cloud user and when I try and turn off SSL and use my own domain I get the error "ERR_TOO_MANY_REDIRECTS"

I cannot see where I can change the .htaccess file as it is the cloud prestashop and not one Ive installed on my webhost. 

 

Any advice regarding this would be very much appreciated. 

Many thanks

Nick 

 

 

Yes, i fix it :)

First creat in MY STORE creat ftp user.

Then connect to the FTP (I use WinSCP) Adress ftp.pswebshop.com / port 21 / your ftp user and password

root directory (./) find .htaccess file.

 

 if you do not see it, you must change settings

WinSCP -> Options -> Preferencess -> Remote panel -> Show inaccessible directories -> ok

 

Now edit your .htaccess file and modify manually

SetEnv HTTPS "on"
to
SetEnv HTTPS "off"
 
 
 
  • Like 1
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...