psxnomad Posted July 19, 2003 Posted July 19, 2003 How do I make it so when i go to mydomain.com it loads up mydomain.com/catalog i dont wanna use any javascript redirections. lmk, thanks
Guest Posted July 19, 2003 Posted July 19, 2003 Move the files to the root. More detailed instructions at http://wiki.oscommerce.com
akay5785 Posted July 19, 2003 Posted July 19, 2003 There is a code where you can redirect pages through your meta tags. Now before you go all postal on me and get mad, just take a second to try this out. Here's the code: <meta http-equiv="Refresh" content="5;url=http://www.yourpage.com/whatever/"> You see where the 5 is? That controls the number of seconds in which your page is being directed. So if you put in 0 then it goes straight there without any delays. This is totally non-java and works really well. I use it myself. TTYL "I shall strike great vengence upon the!" ohh yeah visit: http://www.aarocal.com
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 if i move it then i have to start adding my products all over right? i have to reinstall the oscommerce, right?
Guest Posted July 19, 2003 Posted July 19, 2003 Your products have nothing to do with it. They're all stored in the database which won't change.
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 so all i really need to do is back up the current database, then install a fresh copy to root directory? then reload the database
j007w Posted July 19, 2003 Posted July 19, 2003 Hi, All you really need is, after backing up files and database, to move the files and subfolders of your catalog folder to the root. Then make adjustments to configure.php. That's it. Hope it helps. Joseph
Recommended Posts
Archived
This topic is now archived and is closed to further replies.