justmake Posted January 30, 2005 Share Posted January 30, 2005 I have noticed quite a few oscommerce sites dont have a /catalogue or /shop or whatever they installed oscommerce under. So i asked my ISP to make it so the top directory of my site is my oscommerce folder, so i didnt have to have a redirect from www.justmakecomputers.com.au to www.justmakecomputers.com.au/oscommerce. So he did it for me, but it broke all my links (so he changed it back). Is there any way to have oscommerce as your top directory without breaking all your links, coz i heard that having a redirect can effect being seen by search engines. Link to comment Share on other sites More sharing options...
♥ozcsys Posted January 30, 2005 Share Posted January 30, 2005 I have noticed quite a few oscommerce sites dont have a /catalogue or /shop or whatever they installed oscommerce under.So i asked my ISP to make it so the top directory of my site is my oscommerce folder, so i didnt have to have a redirect from www.justmakecomputers.com.au to www.justmakecomputers.com.au/oscommerce. So he did it for me, but it broke all my links (so he changed it back). Is there any way to have oscommerce as your top directory without breaking all your links, coz i heard that having a redirect can effect being seen by search engines. <{POST_SNAPBACK}> You need to edit your two configure.php files includes/configure.php admin/includes/configure.php Look at your path defines and remove all the /catalog entries out of them. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
justmake Posted January 30, 2005 Author Share Posted January 30, 2005 Thanks for the reply oz. How should this line look after i edit it? define('HTTPS_COOKIE_PATH', '/oscommerce/'); Link to comment Share on other sites More sharing options...
♥ozcsys Posted January 30, 2005 Share Posted January 30, 2005 Thanks for the reply oz. How should this line look after i edit it? define('HTTPS_COOKIE_PATH', '/oscommerce/'); <{POST_SNAPBACK}> Just remove the oscommerce define('HTTPS_COOKIE_PATH', '/'); Basically anywhere you see /oscommerce/ change to / The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
justmake Posted January 30, 2005 Author Share Posted January 30, 2005 Cheers Mate. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.