betty Posted March 11, 2004 Share Posted March 11, 2004 When I click on My Account in my header I get the following error message: The requested URL /~myusername/checkout_shipping.php was not found on this server. Does anyone know how to fix it???? Link to comment Share on other sites More sharing options...
Guest Posted March 11, 2004 Share Posted March 11, 2004 you need to set the proper url pointer as it appears to not be adding the http://domainname.com to what you have here. Link to comment Share on other sites More sharing options...
betty Posted March 11, 2004 Author Share Posted March 11, 2004 Thanks John, but how do i do that exactly? I reckon this is the relevant line of code from my header.php file: <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td> Do I need to change something in this?? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.