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

Rewrite rule from https to http | Forum

ross Team
ross Jul 31 '15
Unfortunately, no. 
Dirk
Dirk Jul 31 '15
Hi,


You should try this plugin: (its free)


 - http://www.oxwall.org/store/item/633


It solved my HTTPS rewrite problem. Let me know if it worked so we can maybe hand over as a solution.


//Dirk

ketkew
ketkew Jul 31 '15
Dirk,

This works for the links only, but in the newsfeed the picture still links to https (so no picture is displayed when a site doesn't have https active..
Dirk
Dirk Jul 31 '15
Hi Ketkew,


You are right! Even Facebook does have the entire site in HTTPS and does not rewrite HTTP to HTTPS. So it must be possible.

Andreas L.
Andreas L. Aug 1 '15

This plugin don't work for me, Dirk.

All item which refer to http will rewritten to https. Also links.


How can we redirect any outgoing https link to http?



ketkew
ketkew Aug 18 '15
I think that the mixed content can be fixed if you use protocol relative URLs?

So whats in the config.php:
define('OW_URL_HOME', 'http://mywebsite.com/' OR BETTER 'https://mywebsite.com/');

Should be set as protocol relative URL:
define('OW_URL_HOME', '//mywebsite.com/');

And seems to work if you access your website direct to both HTTP and HTTPS configurations. But once posting URLS (HTTP or HTTPS) in the news feed, it shows a parse error.. so it seems that the news feed can't parse protocol relative URLS.

If this could be fixed in the core, than maybe we have a possible solution here for the mixed content?
The Forum post is edited by ketkew Aug 18 '15
Dirk
Dirk Aug 24 '15
^^ Agree with Ketkew. Should create a rule (like opencart) System should eb able to decide. And you should eb able to create https parts via htaccess.


:)

Sascha
Sascha Aug 24 '15
We are also affected by this bug and I'm happy to hear that the developers are working on it. Would appreciate if this gets a high priority for the next version. Thank you.
Andreas L.
Andreas L. Sep 5 '15

Ross, is this https thing fixed in Oxwall 1.8 

which will released on 8. September?


Cheers

AL

ross Team
ross Sep 6 '15
No, it's still in the roadmap. 
ketkew
ketkew Oct 28 '15
I'm just curious where in the roadmap this would be fixed?
My users are complaining and no one is posting URLs anymore because of this issue :(
ross Team
ross Oct 28 '15
There's no exact date. please be patient. 
Pages: « 1 2