We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Change incorrect links (SSL PROBLEM) | Forum

Topic location: Forum home » Support » General Questions
falancas
falancas Jul 8 '17
After installing ssl, I saw some links are http: //. How do I fix these links as https: //?

http://www.mysite.com/profile/edit
http://www.mysite.com/email-notifications
http://www.mysite.com/profile/preference
http://www.mysite.com/profile/privacy
http://www.mysite.com/sign-out
etc...

How can i find these links?

This way the config.php file

I can not get to the site when I add https: // here. The endless loop is entering.

I'm waiting for your help. Thank you.
falancas
falancas Jul 16 '17
Config.php define('OW_URL_HOME', 'redirect problem.
falancas
falancas Dec 10 '17
I did what you said, but the result did not change. I'm using version 1.7.2. does this version support SSL in the kernel? Thank you.
ArtMedia
ArtMedia Dec 13 '17
you must add to .httaccess file

RewriteCond %{HTTPS} !=on

RewriteRule ^(.*)$ https://yoursite.com/$1 [R=301,L] 


change link to your domain

falancas
falancas Dec 16 '17
I changed all the http links in the files and in the database to https. It did not work. I use Nginx.

Thank you for answer.