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:
DOES NOT REDIRECT TO THE HTTPS page ???
They all land here:
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:
the arastta in the subdirectory (site.store/) htaccess looks like this:
--------------------
							
							
							
		
													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.htmlDOES NOT REDIRECT TO THE HTTPS page ???
They all land here:
https://www.spot98.net/index.phpAnyone 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
						
						
						
													
						
			Share this post: 		
		Responses (11)
							
				
								- 
						
Accepted AnswerSted 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
- 
						
Accepted Answerthanks 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.
- 
						
Accepted Answer
- 
						
Accepted AnswerSorry, 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
 URLhttps://www.spot98.net/
 photo shows the --- SECURE | http-url-etc.
  
 
 HTTP URLhttp://www.spot98.net/
 via htaccess 301-etc redirects to
 photo shows the --- SECURE | http-url-etc.
  
 
 so far so good.
 
 The problem Im having and frikin goin bananas here is
- 
						
Accepted Answer...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
 
   
 
 How can I fix this, man i've looked everywhere on line, nada.
 sorry for the hassle.  
- 
						
Accepted AnswerI 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.
- 
						
Accepted AnswerOK 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.
- 
						
Accepted Answer
- 
						
Accepted Answer
- 
						
Accepted AnswerI looked at that but anything I read said to use register companies for ssl certificates for better google results.
- 
						
Accepted Answer
Your Reply
			 
				Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »
 
					
				 
		 
					
				 
		 
					
				