This website im doing has just had the SSL installed so i go into my two configure files and turn on HTTPS
i know i havent used hard coded links as i made a point not to but my base href is referencing HTTP on my secure pages i checked the relevant files and they seem to be fine with..
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
the site can be found @ www.joshlingerie.com
any help would be appreciated


Reply With Quote


