News:

Looking for documentation? Take a look on our wiki

Main Menu

SSL not working in virtuemart

Started by Nagaraj, November 26, 2013, 12:54:38 PM

Previous topic - Next topic

Nagaraj

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

Tonimito

#1
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.