Results 1 to 5 of 5

Thread: SSL query

  1. #1
    Steve Howe
    Guest

    Default SSL query

    Hi, I've published a site that has an SSL certificate.
    The site was published from Fusion with the HTTPS prefix.

    All pages are showing fine as secure, although if you remove the 's' from
    https, the pages still show!
    Am I right in thinking that only the https pages should be visible?

    The site is www.skysat-europe.com

    Steve.



  2. #2
    TheBox
    Guest

    Default Re: SSL query

    Hi Steve,

    With the https prefix, SSL would normally be used with the Zencart you have
    installed for the backend processing customer orders or cc, personal info
    etc.

    Bert

    "Steve Howe" <steve@audiografix.co.uk> wrote in message
    news:hnt27o$m8c$1@DailyPlanet.news.netobjects.com. ..
    > Hi, I've published a site that has an SSL certificate.
    > The site was published from Fusion with the HTTPS prefix.
    >
    > All pages are showing fine as secure, although if you remove the 's' from
    > https, the pages still show!
    > Am I right in thinking that only the https pages should be visible?
    >
    > The site is www.skysat-europe.com
    >
    > Steve.
    >




  3. #3
    Max
    Guest

    Default Re: SSL query

    Try adding this to the .htaccess file on your server:

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

    Max

    ---
    Steve Howe wrote:
    > Hi, I've published a site that has an SSL certificate.
    > The site was published from Fusion with the HTTPS prefix.
    >
    > All pages are showing fine as secure, although if you remove the 's' from
    > https, the pages still show!
    > Am I right in thinking that only the https pages should be visible?
    >
    > The site is www.skysat-europe.com
    >
    > Steve.
    >
    >


  4. #4
    Steve Howe
    Guest

    Default Re: SSL query

    Brill, worked a treat Max!

    We have a few on-line forms that contain certain personal info so this has
    now tightened things up.

    Cheers,
    Steve.

    "Max" <max@domain.invalid> wrote in message
    news:hnt5fu$nhc$1@DailyPlanet.news.netobjects.com. ..
    > Try adding this to the .htaccess file on your server:
    >
    > RewriteEngine On
    > RewriteCond %{HTTPS} !=on
    > RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
    >
    > Max
    >
    > ---
    > Steve Howe wrote:
    >> Hi, I've published a site that has an SSL certificate.
    >> The site was published from Fusion with the HTTPS prefix.
    >>
    >> All pages are showing fine as secure, although if you remove the 's' from
    >> https, the pages still show!
    >> Am I right in thinking that only the https pages should be visible?
    >>
    >> The site is www.skysat-europe.com
    >>
    >> Steve.




  5. #5
    Steve Howe
    Guest

    Default Re: SSL query

    Hmm, thought you had sussed this Max, unfortunately I had to remove the file
    because it stopped items from being added to the basket in the shopping
    cart!
    Nothing is simple is it!
    Steve.

    "Steve Howe" <steve@audiografix.co.uk> wrote in message
    news:hnt8t8$p03$1@DailyPlanet.news.netobjects.com. ..
    > Brill, worked a treat Max!
    >
    > We have a few on-line forms that contain certain personal info so this has
    > now tightened things up.
    >
    > Cheers,
    > Steve.
    >
    > "Max" <max@domain.invalid> wrote in message
    > news:hnt5fu$nhc$1@DailyPlanet.news.netobjects.com. ..
    >> Try adding this to the .htaccess file on your server:
    >>
    >> RewriteEngine On
    >> RewriteCond %{HTTPS} !=on
    >> RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
    >>
    >> Max
    >>
    >> ---
    >> Steve Howe wrote:
    >>> Hi, I've published a site that has an SSL certificate.
    >>> The site was published from Fusion with the HTTPS prefix.
    >>>
    >>> All pages are showing fine as secure, although if you remove the 's'
    >>> from https, the pages still show!
    >>> Am I right in thinking that only the https pages should be visible?
    >>>
    >>> The site is www.skysat-europe.com
    >>>
    >>> Steve.

    >
    >




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •