Jump to content

Install on new domain


Recommended Posts

I have installed PS on a sub domain and now I have moved it across to the new domain http://threads-clothing.com/shop/ its on the same server so I guess nothing needs to change in the settings.inc file but as you can see there is no styling.

I also noticed that in the back office, which I can login to no problem, the flags on the top language selections are missing and on the quick access menu if I select 'my shop' nothing happens, when it used to open a new window and show the shop.

I have made all the correct files permissions etc so not sure whats happened? Have I missed anything as everything seems to have been ftp'd across ok?

Thanks :)

Link to comment
Share on other sites

If your store is still under same sub-folder "shop", then there should no other changes.
otherwise, you will need to change following line at config/settings.inc.php

From
define('__PS_BASE_URI__', '/');

To
define('__PS_BASE_URI__', '/shop/');

Another possibility is that some place in your theme files hard coded the url.

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