close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SSL applied but assumedRoot is incorrect

Thread began 9/20/2010 6:04 pm by jebrandon343719 | Last modified 9/22/2010 7:50 am by Jason Byrnes | 1885 views | 7 replies |

jebrandon343719

SSL applied but assumedRoot is incorrect

Hi, I had an SSL applied to my site. For some reason the assumed root remains as http:// ? It should now be https://
I tried updating the Root Url in the wa_settings table, but this didnt work. Can you tell me how I fix this.
Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

in the wa_Globals/WA_Globals.php file, change:

php:
$WAGLOBAL_Root_URL = ((isset($_SERVER['SERVER_PROTOCOL']) && strpos($_SERVER['SERVER_PROTOCOL'], 'HTTPS') !== false) ? 'https://' : 'http://') . $_SERVER['SERVER_NAME'] . $WAGLOBAL_localRoot;




to:

php:
$WAGLOBAL_Root_URL = ((isset($_SERVER['SERVER_PROTOCOL']) && strpos($_SERVER['SERVER_PROTOCOL'], 'HTTPS') !== false) ? 'https://' : 'https://') . $_SERVER['SERVER_NAME'] . $WAGLOBAL_localRoot;





this will use https regardless.

Sign in to reply to this post

jebrandon343719

No Joy!

Hi Jason, Thanks for your reply. I had already tried that but it still doesnt work. It still displays the http:// pages

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a link please.

Sign in to reply to this post

jebrandon343719

Thanks

Yes, this is the site (not live yet)

sparcevent.org/home.php

Sign in to reply to this post

Jason ByrnesWebAssist

and how do I get to the powerstore files on your site? I dont see an obvious link.

Sign in to reply to this post

jebrandon343719

Usual

Hi Jason, This site is not soley a store. All the files are in their original locations.
I have however dulpicated Product_Results to Product_Tickets for the Registrations (and purcahse of Tickets). We will be using Product_Results for all other merchadise.

From the main menu, select Registrations

Sign in to reply to this post

Jason ByrnesWebAssist

most links in power store are relative, they don't include the full url including domain.

if you are on a linux server, you could use an htaccess rule to force all http traffic to the https server:
force-ssl-htaccess.html

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...