Jump to content

Transferring mockup site to new site??


Recommended Posts

So im trying to transfer my mockup site, and I copied the entire folder to my desktop from the FTP. Then I uploaded in on the new site via FTP. The only thing I changed was on the old site there was a /prestashop subfolder which housed the site, and on the new site I just uploaded everything to the root directory.

Help!!
Im also getting this error
Path is not the same between your browser and you server

Am I doing something wrong, do I need to change something in the code?

http://440client4.info/prestashop Mockup
http://440client2.info/ New site test =Fail

-Amy

Link to comment
Share on other sites

back up original config/settings.inc.php

Open settings.inc.php and I think you should have this statement.

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

change it to

define('__PS_BASE_URI__', '/');

But was wondering why yr URL seems to be different since you mention yr mockup site was e subfolder




;)
Link to comment
Share on other sites

okay i got that, but for some reason my mockup site that I tested the tranfer on keeps saying.. http://440client2.info/

This webpage has a redirect loop.

The webpage at http://440client2.info/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

HOWEVER... all the other pages work but homepage?? http://440client2.info/contact-form.php

?

Link to comment
Share on other sites

This def. seems like a redirect problem... prior to setting up your final site did you have a redirect in place possible through your host. This can be set through the DNS settings in cPanel which writes to a .htaccess file. Check your .htaccess file from the host, and make sure your .htaccess in your PS directory (if you created or have one) is not conflicting with each other.

HTH!

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