| |||||||||||||||||||||||
| |||||||||||||||||||||||
| Bug [# 1895] THEMEURL are not using secure url in SSL sites. |
| Category: | -- | Severity: | -- | Version: | VirtueMart 1.1.0 RC1 |
| Joomla! Version: | Joomla! 1.5.x | Browser Version: | Internet Explorer 7.0 | Fixed in Version: | -- |
| Description: | |
I dont know but i think we solve it in the configuration.cfg.php like this
if ( @$_SERVER'HTTPS'
== 'on' ) {
define( 'VM_THEMEURL', $SECUREURL.'components/com_virtuemart/themes/default/' );
} else {
define( 'VM_THEMEURL', $mosConfig_live_site.'/components/com_virtuemart/themes/default/' );
}
i have test it but its not really solved, i think i have a little error in this.
thanks jahn
| Details: | |