Hi!
Is CMSMS can get along with Nginx?
I have tried to edit the configuration and reinstall CMSMS numerous times but with no luck.
The problem is, my CMSMS base url is https not http. So the images and links seems broken.
I have tried to implement pretty url with Nginx too but once again didn't succeed.
Big thanks friends.
Gula.
CMSMS and Nginx? Anyone?
Re: CMSMS and Nginx? Anyone?
Hello,
Pretty urls works fine now. I'm still having problem with base url though. It still uses https instead of http.
Anyone can help me?
Gula
Pretty urls works fine now. I'm still having problem with base url though. It still uses https instead of http.
Anyone can help me?
Gula
Re: CMSMS and Nginx? Anyone?
I forgot one thing.
My CMS version is 1.11.3, installed on Nginx 1.2.5 with PHP-FPM DotDeb Repo.
My CMS version is 1.11.3, installed on Nginx 1.2.5 with PHP-FPM DotDeb Repo.
Re: CMSMS and Nginx? Anyone?
https as the start of the URL is set in the config.php, try adding...
$config['root_url'] = 'http://yoursite.com';
$config['root_url'] = 'http://yoursite.com';