简体   繁体   中英

Prestashop store not display after installation

hello preparing a demo for someone, I have followed the step to install a Prestashop locally on Laragon. all was working well till the end of installation and installation folder removal.

now all the links are down and I got an error about the SSL certificate that says this website can't offer secure connexion. the answer sends by the website is wrong.

have you already encountered this kind of issue with Prestashop installation and how to get out of this?

You probably chose to enable SSL during installation, while your local environment does not come with a trusted certificate.

Anyway you should be able to reach backoffice by trusting the browser alert and disable SSL support from "Advanced parameters" menu.

If not, go direcly in DB ( ps_configuration table) and force disabling SSL by setting " PS_SSL_ENABLED " and " PS_SSL_ENABLED_EVERYWHERE " config keys to 0 value.

You can fix this easily Enabling the SSL certificate built-in with Laragon.

Just right click on the (maybe hided) Laragon icon on the system tray (located at the bottom right in the Windows Taskbar) and then -> Apache -> SSL -> Enabled (be sure after the selection it will be checked then).

Then just click in the same way on -> Apache -> Reload , and then reload the page on the browser to see your https website version in locale.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM