Jump to content

How to shift Prestashop to main domain (e.g. www.myshop.com)


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...