Hi,
I am using
Joomla - 2.5.16 Stable version,
Virtuemart version - 2.0.24 ,
Plugins - vmbfcustomfields, vponepagecheckout
Modules - Phoca VirtueMart Category Module for main menu
I enabled SSL in my site, SEF , Enable SSL for sensitive areas in Virtuemart configurations. Links other than virtuemart are working fine. Only problem is with virtuemart, when i click on any related link to virutemart site goes into infinite loop with this message "The page isn't redirecting properly". I also placed in the joomla configuration "public $live_site" with "https://sitename.com" , .htaccess with the below code but did not find any solution.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Can anybody suggest a solutions for this.
Thanks
I have the same problem, you get it solved? Someone knows a solution?
UPDATE / SOLVED:
The problem was "vponepagecheckout" Virtuemart plugin, by default, the plugin is installed outside of the checkout pages without SSL are therefore a loop occurred.
Thank you.