gerry123 Posted April 11, 2007 Share Posted April 11, 2007 Web guy really slow, please help! The products showing on my site are default, not mine yet, I know how to update them but I don't know how to do the following. I need to change where a link is pointing on my site, how do I do this? at http://www.sudburydiamonds.com/shop/ you'll see at the top right of the page, a picture of loose diamonds that reads "Loose Diamonds". It is linked to http://www.sudburydiamonds.com/shop/specials.php I want to change it to link to : http://www.sudburydiamonds.com/shop/index.php?cPath=45 How do I do this? What software do I need? Hopefully someone can help me, Thanks in advance... Gerry Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/ Share on other sites More sharing options...
damienwc Posted April 11, 2007 Share Posted April 11, 2007 Open that file in a text editor and look for this line of code <a href="http://www.sudburydiamonds.com/shop/specials.php?osCsid=9bece8afeb7173687d8c5a900995e411"> then change it to <a href="http://www.yournewlink.com/whatever"> Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-226489 Share on other sites More sharing options...
tippy_102 Posted April 11, 2007 Share Posted April 11, 2007 Your site is running on osCommerce ( http://oscommerce.com/ ). You should change the link in the admin panel under Catalogue / Categories / Products. Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-226492 Share on other sites More sharing options...
gerry123 Posted April 11, 2007 Author Share Posted April 11, 2007 Hey thanks for the help! Just so I understand, which file do I open in a text editor?? It can't be the picture file, help me out again! Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-226497 Share on other sites More sharing options...
damienwc Posted April 11, 2007 Share Posted April 11, 2007 looks to me liks you should edit http://www.sudburydiamonds.com/shop/index.php Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-227050 Share on other sites More sharing options...
tippy_102 Posted April 11, 2007 Share Posted April 11, 2007 That is a generated file - you should edit the link inside osCommerce. You should also address this error at the top of the page: " Warning: I am able to write to the configuration file: /home/sudbury1/public_html/shop/includes/configure.php. This is a potential security risk - please set the right user permissions on this file." Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-227106 Share on other sites More sharing options...
gerry123 Posted April 11, 2007 Author Share Posted April 11, 2007 That is a generated file - you should edit the link inside osCommerce. You should also address this error at the top of the page: " Warning: I am able to write to the configuration file: /home/sudbury1/public_html/shop/includes/configure.php. This is a potential security risk - please set the right user permissions on this file." Where in osCommerce do I edit the file, or link, which file am I looking for?? Link to comment https://forums.phpfreaks.com/topic/46531-how-to-change-where-a-link-is-pointing-on-my-site/#findComment-227187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.