DIsabling SSL for non secure demo site

Is it possible to disable SSL just to create demo on another server without a SSL certificate ta

Hi @toneharb,

On line 10 of your .htaccess you could try changing RewriteCond %{HTTPS} off to on :slight_smile:

Thanks!

1 Like

Yes that worked thanks

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.