pagestudiocms / cms

[OUTDATED] The source code to the open source version of PageStudio, not http://pagestudiocms.com
MIT License
1 stars 2 forks source link

HTTPS not work.. #75

Closed mdestafadilah closed 6 years ago

mdestafadilah commented 6 years ago

Do you have configured for https access?

i have url with: http://rsuppersahabatan.co.id/ but can't https redirectly?

if i have folder, ex: https://www.rsuppersahabatan.co.id/roundcube (webmail)

do you have suggestion?

cosmomathieu commented 6 years ago

Try adding /roundcube like so $config['ssl_pages'] = ['roundcube'];. I don't remember exactly, but I have used ssl before. Do you want to use HTTPS across the entire site or just one page?

mdestafadilah commented 6 years ago

Yes, I need HTTPS entire the domain, not sub domain, i test some folder inside webroot, it's show HTTPS, but if website, only HTTP... I try with .htaccess from a get on stackoverflow ... nothing work, it's your cms config? or it's about hosting problem...

mdestafadilah commented 6 years ago

Yes, it's working now, but some CSS file has cached before, any suggestion?

cosmomathieu commented 6 years ago

Not sure what you mean here "CSS file has cached before". Can you show me an screenshot?

mdestafadilah commented 6 years ago

I will close this issue, about HTTPS ... and fixed with add $config['ssl_pages'] = ['/','cms'];. Thanks ... yes, before we use let's encrypt ... cache delivered with HTTP ... but now delivered with HTTPS. cache

Thanks for reply!

cosmomathieu commented 6 years ago

Great! I'm glad it's working for you. When I have some time I will upgrade the software.