Jump to content

transfer to main URL


Recommended Posts

I have built a shop within my main FTP, ie i have a subfolder cmm/presta, i now wish to remove my website www.cmm.co.uk and replace with my presta files to make my shop my main website, How do i do this? I hope this makes sense. <_<

Link to comment
Share on other sites

Move the files, locate /config/setting.inc.php and change

 

define('__PS_BASE_URI__', '/cmm/presta/');

 

to read

 

define('__PS_BASE_URI__', '/');

 

Also change the database server, name pass if required for the new loaction.

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...