Wondering if someone could give me a hand here.
Ok, doing the change for the site from HTTP to HTTPS.

But I can not figure out why these types of HTTP:

http://www.spot98.net/store/husband-joke-t-shirt.html


DOES NOT REDIRECT TO THE HTTPS page ???

They all land here:

https://www.spot98.net/index.php


Anyone outhere know how i can fix this, im almost at page 400 in the serpos.... ? :)

here is what i've done and set soofar:

system/settings/security = Use SSL (yes)
the arastta is in a subdirectory, like: vvvv.site.com/store/

the root htaccess looks like this:


#redirecting http to https.
RewriteEngine on
#RewriteBase /

RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://www.spot98.net/$1 [R=301,L]


the arastta in the subdirectory (site.store/) htaccess looks like this:


RewriteEngine On
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^(cli|download|upload|vqmod)/(.*) /index.php?route=error/not_found [L]
RewriteRule ^(system)\/(.*)\.((?!ico|gif|jpg|jpeg|png|js|css).)*$ /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]


--------------------
In SEO
Saturday, June 17 2017, 04:27 AM
Share this post:
Responses (11)
  • Accepted Answer

    Friday, June 23 2017, 03:05 AM - #Permalink
    I don't know if you have your SSL certificate installed properly.
    You installed it for the root directory www.website.com
    It's not installed for sub-directory www.website.com/store/

    You can have the certificate changed to be installed in the sub-directory
    or
    you can pay extra to install the certificate in sub-directories too.

    Your best to go with store.website.com because your certificate includes all sub-domains with one certificate with no extra charge.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 25 2017, 03:19 AM - #Permalink
    I looked at that but anything I read said to use register companies for ssl certificates for better google results.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, June 17 2017, 11:42 AM - #Permalink
    Sted Logan wrote:
    system/settings/security = Use SSL (yes)


    Using a up to date Arastta version, there shouldn't be any 'Yes' option, and no need for extra rewrite in htaccess.
    Setting it to 'All site (Catalog + Admin)' should be enough.

    For htaccess rewrites there's plenty of guides: https://www.google.com/search?q=rewrite+http+to+https+htaccess
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, June 17 2017, 11:04 PM - #Permalink
    thanks for the reply rune.
    ok let me simply my question/problem.

    A - here is an https page =
    https://www.spot98.net/store/burral-brutal-big-screw-up-wall-poster.html][/code]

    B - now the HTTP (dup) page =
    [code type="markup">http://www.spot98.net/store/burral-brutal-big-screw-up-wall-poster.html


    the above url HTTP (B) does not re-direct to the url HTTPS (B)
    it redirects to:
    C - HTTPS NOT FOUND = index.php
    https://www.spot98.net/index.php


    why would it do this? any idea where i can look to fix?

    thanks man.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, June 17 2017, 11:48 PM - #Permalink
    Rune Rasmussen wrote:
    Using a up to date Arastta version, there shouldn't be any 'Yes' option, and no need for extra rewrite in htaccess.
    Setting it to 'All site (Catalog + Admin)' should be enough.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 18 2017, 01:25 AM - #Permalink
    Sorry, the "YES" i was saying that yes I selected the SSL use ALL Catalog + admin, sorry about my bad, that should of been more specific.

    ok the version is: Arastta 1.6.1 Stable [ Tianjin ] 19-April-2017 15:30 GMT +3
    i think its the latest

    btw...thanks for patience with me. :)

    OK I better start fresh here cause I'm losing it.

    This works
    URL
    https://www.spot98.net/

    photo shows the --- SECURE | http-url-etc.
    https://www.spot98.net/.well-known/1-https.jpg

    HTTP URL
    http://www.spot98.net/

    via htaccess 301-etc redirects to
    photo shows the --- SECURE | http-url-etc.
    https://www.spot98.net/.well-known/1-https.jpg

    so far so good.

    The problem Im having and frikin goin bananas here is
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 18 2017, 01:37 AM - #Permalink
    ...first problem. :)
    How can I fix this, man i've looked everywhere on line, nada.

    in the arastta directory (SITE / store / )
    the HTTPS URL for a product page for example is NOT secure but it is a HTTPS URL.
    check it out photo below.

    https://www.spot98.net/.well-known/1-https-NOT-SECURE.jpg


    https://www.spot98.net/.well-known/1-https-NOT-SECURE.jpg

    How can I fix this, man i've looked everywhere on line, nada.
    sorry for the hassle. :(
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 25 2017, 02:39 AM - #Permalink
    OK thanks for the help Breck.
    So I thought your recipe was the fix for me, it made sense installing the ssl stuff on a subdomain etc. I got a few ssl certificates, installed subdomain.site.comc etc and NO GO. I must of screwed up somewhere???

    However, I manage to FIX it ( i think). All it was, had to make sure all url's were HTTPS, and most were on the site pages.
    The fix was that my FOOTER language stuff including the credit link to arastta site were HTTP.
    I changed it to HTTPS and now is good.

    here is the line of code i had to change in the Language footer file:
    $_['text_powered'] = '<img class="img-responsive img-rounded center-block" style="width:228px;" src="https://www.spot98.net/assets/brand/payments.png" alt="Pay with PayPal Credit or Debit card"><hr> %s © %s.  <a TARGET="_BLANK" rel="nofollow" href="https://www.spot98.net/store/admin/">WebTech</a>  Powered by the Best <a href="https://arastta.org">Arastta</a>';


    Now the browser displays : :

    Lock Secure
    Information you send or get through the site is private.


    Thanks again for you help.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 25 2017, 02:52 AM - #Permalink
    Interesting. I didn't have to do anything. I purchased my ssl certificate and our host installed everything for us.
    Just had to wait for it all to propagate and make a few fixes to our live help chat, and it all worked fine.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 25 2017, 03:08 AM - #Permalink
    cool. btw, Im using the free SSL certificates, are they ok? ;)
    https://www.sslforfree.com/
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 25 2017, 03:30 AM - #Permalink
    good point, didn't think about that. Pass me a link where i can ready and learn more about that when you have the time. Thanks dude.
    The reply is currently minimized Show
Your Reply