Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
public-topic
HTTP / HTTPS
Avatar
Kenn
Somerset, UK
Member
Free Members
Offline
Apr 20, 2017 - 9:15 am
Quote

Hi all,

Been using your forum for a while, will confess my membership has expired but I am happy to renew that's not a problem just wanted to check before payment if you could help with this observation.

We have a multisite and the forum is on one of the sites. It am making this site https due to upcoming google changes however we have gained a great deal of links to us over the years and I am worried about the functionality as I can see the same issue on your site here.

Over https everything is great but when landing on the site in http the css isn't loading properly and the forum is unusable. I have added a click here to reload the page with a simple link to the forum main page but this navigates them away from the story they were trying to read. Can you recommend a solution? even if a simple .htaccess rule?

http://simple-press.com/support-forum/

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Apr 20, 2017 - 9:38 am
Quote

not sure what you mean by see same issue here???   yes, we use ssl here, but clearly the site loads properly including css???

we have many, many users who run ssl (https) with their sites and simple press... we support ssl...

have you configured your wp site properly? https://make.wordpress.org/sup.....rdpress/  wordpress will auto redirect and http site requests to https...

after setting it up, you would go to forum - integration - page and permalink and update the permalink to get it centered on https... you may also need to adjust a couple urls on forum - options - general setting and forum- component - login and registration..

there is one minor issue with uploaded images...  they are stored with the current scheme at the time of upload... so a simple search and replace of post content of your site with http to https with fix those images... we have a ticket to investigate not storing the images with the schema to improve that...

if your theme, widgets or other plugins have hard coded urls rather than using the WP api to get the schema, you may need to correct those as well...

Avatar
Kenn
Somerset, UK
Member
Free Members
Offline
Apr 20, 2017 - 10:11 am
Quote

Forgive me if I was unclear.

The site runs https fine no issues.

I was navigated to your forum earlier from an external link. This external link was coded as http not https

eg. http://simple-press.com/support-forum/

 

If you click on this link you will see the forum does not automatically redirect to https and the layout doesn't load properly. Like us any external hard coded links to your site would lead to a poor user experience and if the visitor doesn'tt know to change to https (and just clicked refresh) the problem remains.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Apr 20, 2017 - 10:29 am
Quote

interesting.. it used to...eek  and one can see the rest of the site

I see its throwing various js errors so perhaps that is happening before wp does the redirect.. dont know...  we will have to check into it...   thanks...

Avatar
Kenn
Somerset, UK
Member
Free Members
Offline
Apr 24, 2017 - 9:19 am
Quote

Hi all,

Looks like you've fixed it. Any recommendations as you didn't update the thread?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
Offline
Apr 24, 2017 - 9:34 pm
Quote

just added a simple rewrite to .htaccess...

RewriteCond %{HTTP_HOST} ^(www\.)?simple-press\.com$ [NC]
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^ https://simple-press.com%{REQUEST_URI} [R=301,L,NE]

Avatar
Kenn
Somerset, UK
Member
Free Members
Offline
Apr 25, 2017 - 6:24 am
Quote

Thank you for sharing.

Avatar
Yellow Swordfish
Glinton, England
SP Master
Offline
Apr 25, 2017 - 6:37 am
Quote

You're welcome. I hope it proves useful

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626