niidmore Posted May 16, 2009 Posted May 16, 2009 Hello All, I am a complete newbie on this, I hope someone may advise me on setting this up on the server. I have gathered from the documentation that I can keep the catalog directory on the server and then move all the files across so that the www address would look like this http://www.my-server.com/catalog/ this is good for the development and I would like to change or set a redirect to the hostname as www.my-server.com please can you let me know if this is possible? thanks s
alex121 Posted May 17, 2009 Posted May 17, 2009 I dont know if this is going to be the easiest way but it is how i have done it. If i understand your question correctly, you would like your site to be reached using the following: www.my-site.com and not www.my-site.com/catalog/ To use the first option, copy all of the files inside the catalog directory straight into the root folder, i.e all files uploaded into www.my-site.com so that you can setup the site www.my-site.com/install. Hope this makes sense Alex
♥FWR Media Posted May 17, 2009 Posted May 17, 2009 You can retain all your database settings without the "new install" method mentioned by alex121 Move your files contained in /catalog to root Change two files .. these are .. includes/configure.php admin/includes/configure.php In these two files you simply have to change all references to /catalog/ to just / One example in case of confusion .. define('DIR_WS_CATALOG', '/catalog/'); would become .. define('DIR_WS_CATALOG', '/'); Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
alex121 Posted May 17, 2009 Posted May 17, 2009 I knew there was an easier way to explain it! :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.