[CRE Loaded] SEO causing issue with javascript
Re: [CRE Loaded] SEO causing issue with javascript
without forgetting that ony IE is having this problem...
Re: [CRE Loaded] SEO causing issue with javascript
Code: Select all
<script type="text/javascript" src="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>templates/Original1_B2B/dhtml-menu/stmenu.js"></script>
/shop/en/boxing-28/the-accessories-33/training-accessories-78/accessories-103/templates/Original1_B2B/dhtml-menu/products-over.png
I have received 195 000 message errors 404, last 2 weeks with Magic SEO... Hope we can find a solution quickly...
Re: [CRE Loaded] SEO causing issue with javascript
I got it fixed... I have added this code:
Code: Select all
<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>
to replace all my existing
Code: Select all
http://
thanks for your support about this issue!
Re: [CRE Loaded] SEO causing issue with javascript
~J~ wrote:Try to add to includes/header_tags.php file before this line:Code: Select all
echo ' <meta http-equiv="Content-Type" content="text/html; charset=' . CHARSET . '">'."\n";
following code:Code: Select all
echo ' <!--[if IE]></base><![endif]-->'."\n";
Should I reverse this ???