Hello,
i enabled "forced" SSL in the admin panel. But my page did not load with httpS://... So i want to disabled ssl. But i can't open the admin panel. Where can i disable SSL? I want to disabled in mysql, but i didn't find the id for ssl.
BG
smooky
You mean you did it in Joomla? Not a VirtueMart problem then........
Use ftp to download configuration.php from the Joomla root directory and open the file in a plain text editor, such as NoteTab.
Look for.
public $force_ssl = '1';
Change it to
public $force_ssl = '0';
Upload the edited file and all should work again.