Jump to content

I think I found the solutions to the SSL bugs... :)


itzik glam

Recommended Posts

i changed all the .tpl order files (9 files) from my theme.
all $base_dir links to $base_dir_ssl. (also img _dir)

if it may be a problem with ajax cart after replacing files. this is the Solution:
add this in htaccess:

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



i can't attach the files... :( why?

Link to comment
Share on other sites

i changed all the .tpl order files (9 files) from my theme.
all $base_dir links to $base_dir_ssl. (also img _dir)

if it may be a problem with ajax cart after replacing files. this is the Solution:
add this in htaccess:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yourdomain.com/$1 [R,L] 



i can't attach the files... :( why?




Hi

Can you please let us know which ssl bug is this and what theme are a you using. Also what do you mean by "(also img _dir)".

I am having problem installing ssl on my site and I am using Godaddy's standard ssl cert. The theme I am using is BLACK n White. I am getting Security warning at the time of checkout.

Thanks
Link to comment
Share on other sites

i changed to all TPL files that start in the word "order.." in my theme (there is 9 files ) the "_dir" paths...
evrything that start with "_dir" i was add "_ssl" for ex: "$base_dir/ex.gif" -> "$base_dir_ssl/ex.gif"

and i solved the other problem - dont add "ssl =true" to init.php at all.

the idie here is, all the order files/steps (commands and images) will be in ssl paths...
after i did that all problems gone and my ssl working well and i dont get any error messages...

Link to comment
Share on other sites

i changed to all TPL files that start in the word "order.." in my theme (there is 9 files ) the "_dir" paths...
evrything that start with "_dir" i was add "_ssl" for ex: "$base_dir/ex.gif" -> "$base_dir_ssl/ex.gif"

and i solved the other problem - dont add "ssl =true" to init.php at all.

the idie here is, all the order files/steps (commands and images) will be in ssl paths...
after i did that all problems gone and my ssl working well and i dont get any error messages...


So now you even get the secure blue bar.
Link to comment
Share on other sites

try to remove the _ssl from the "{include file=$tpl_dir}" in the order files one by one and find where is the prolem.
note, that in IE your domain with or without www is different to the ssl.
test your site with / without www in the address bar.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...