webmaster2 Posted June 20, 2004 Posted June 20, 2004 Hello again, I need help with the index files. How do I let www.rm-enterprise.net bring me to www.rm-enterprise.net/shop ? I've tried few ways but does not seem to work. Any help? BTW, can anyone give me some feedback on my store at www.rm-enterprise.net/shop ? It's not completely done, still need a few fixes hurr and thurr..but hopefully it looks less oscommerce-ish.... Thanks all "Sometimes doing the right thing isn't doing the right thing"
♥yesudo Posted June 20, 2004 Posted June 20, 2004 you need to include /shop in your config files. Your online success is Paramount.
webmaster2 Posted June 20, 2004 Author Posted June 20, 2004 the servers config files or oscommerce? "Sometimes doing the right thing isn't doing the right thing"
vasttech Posted June 20, 2004 Posted June 20, 2004 I assume what you are saying is that when you go to: http://www.yourdomain.com you actually get http://www.yourdomain.com/shop You can do this a few ways. One is to setup redirects in either your .htaccess file or through an html page. Another way is to install or copy osc into the root. Search engines do not like redirects so doing it this way would be better if you can. Just copy the files/directories to your root directory and then edit the configure.php files appropriately. osCommerce Knowledge Base osCommerce Documentation Contributions
netmaker Posted June 20, 2004 Posted June 20, 2004 I use this code as the index.html on a lot of my shops <html> <title>www.rm-enterprise.net/shop</title> <body bgcolor="#FFFFFF"> <script language="javascript"> <!-- window.location="www.rm-enterprise.net/shop /"; --> </script> </body> </html> Probably not the best way to do it, but keeps my customers coming Regards Paul
webmaster2 Posted June 20, 2004 Author Posted June 20, 2004 Thanks guys will try em out first thing first....back up! "Sometimes doing the right thing isn't doing the right thing"
Guest Posted June 22, 2004 Posted June 22, 2004 What I did was redirect my website to from Http://whateveryoursitenameis.com to Http://whateveryoursiteis.com/catalog/index.php. You do this on the backend of your server.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.