shopcarton Posted March 15, 2010 Share Posted March 15, 2010 Currently, i can only access Prestashop by (www.myshop.com/prestashop)How can i move it to main domain so that i can access it from (www.myshop.com)? Also how do i backup so that i can have an older version to fall back on?Any advice is appreciated. Thanks Link to comment Share on other sites More sharing options...
pokemon3d Posted March 15, 2010 Share Posted March 15, 2010 Move all documents and folders from /prestashop to / root folder.Change first line into setting.inc.php,from define('__PS_BASE_URI__', '/prestashop/'); to define('__PS_BASE_URI__', '/'); It should be a good start.For backup, use FTP program to download full site on your local hard disk drive, regularly..Regards Link to comment Share on other sites More sharing options...
shopcarton Posted March 15, 2010 Author Share Posted March 15, 2010 Hi sorrymay i know where is "Change first line into setting.inc.php,"I guess i can drag the folder of Prestashop to the Home Folder, but i can't find this setting.inc.php Link to comment Share on other sites More sharing options...
pokemon3d Posted March 15, 2010 Share Posted March 15, 2010 Oops, I forgot to advise you that settings.inc.php can be found into the folder /prestashop/config/ or /config/ if you have already moved your entire site one folder up.Regards Link to comment Share on other sites More sharing options...
Melinda Posted March 15, 2010 Share Posted March 15, 2010 Also, in the admin change the path on the Preferences tab unless config/settings.inc.php automatically does it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now