close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SSL is not redircting my powerstore 4 pages

Thread began 5/25/2011 2:57 pm by alexcubs413730 | Last modified 10/06/2011 5:27 pm by Jason Byrnes | 3487 views | 7 replies |

alexcubs413730

SSL is not redircting my powerstore 4 pages

I"m using go daddy's ssl. It only works when i type in https<---. Go daddy tech told me that I need a script to redirect my wed pages. Can some one help me understand this better.

Sign in to reply to this post

Jason ByrnesWebAssist

Power store should automatically redirect the checkout pages to the SSL server, the other pages wont need to be protected by SSL.


you could force the entire site to use SSL through an htaccess rule, see the page for details:
force-ssl-htaccess.html

Sign in to reply to this post

austin322980

Still getting a error after the .htaccess

Good afternoon,

I am still getting a SSL error in the URL bar that resources on the site is unsecure. I have already done the .htaccess code:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

The SSL that I am using is 256. Attached is a snap shot of the error. Thank you for your feedback.

Sign in to reply to this post

Jason ByrnesWebAssist

this error occurs if you have assets on the page such as images that use a fully qualified URL using the unsecured HTTP protocol. For example:

<img src="http://mydomain.com/imges/picture.jpg" />


If you have any assets where you specify a full URL, you will need to use the HTTPS protocol to avoid that error:
<img src="https://mydomain.com/imges/picture.jpg" />

Sign in to reply to this post

austin322980

I would understand why you get this issue with:

index.php

because of the Facebook and Twitter links but why get this error on:

products_search.php

which are all the urls are being writtin as HTTPS because of the .htacesss? Is there any where in the code that I can replace the http with https like a global.php file?

Sign in to reply to this post

Jason ByrnesWebAssist

I dont get any errors when visiting your search page using Chrome, safari, Fire Fox or IE 9, 8 and 7

none of the browsers I have tested with are giving any errors when visiting your search page. I am not able to reproduce the problem.

Sign in to reply to this post

austin322980

The desired end result is to get the bar in the URL similiar to when you to:

userprofile.php

When you go to:

www.crestviewsportinggoods.com

All three browsers (Chrome, IE 9, and Firefox) give the similar error of:

You have requested an encrypted page that contains some unencrypted information. Information that you see or enter on this page could easily be read by a third party.

I have completed the .htaccess code of this:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Is there something else in the CMS that allows me to change the URLS so point to embed content?

Sign in to reply to this post

Jason ByrnesWebAssist

when i visit that URL, I do not see any such errors.

maybe you have taken down the problem page?

I cant advise on the cause of the problem if i cant see the problem, all i can tell you is that that error happens if you have fully qualified URLS on the page that use the HTTP protocol.

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...