amyhouck Posted October 29, 2010 Share Posted October 29, 2010 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 errorPath is not the same between your browser and you serverAm I doing something wrong, do I need to change something in the code?http://440client4.info/prestashop Mockuphttp://440client2.info/ New site test =Fail-Amy Link to comment Share on other sites More sharing options...
MikeChoy Posted October 29, 2010 Share Posted October 29, 2010 You will need to update your /config/settings.inc.php to reflect your new location....Open /config/settings.inc.php with any text editor and change the define statement. Link to comment Share on other sites More sharing options...
amyhouck Posted October 29, 2010 Author Share Posted October 29, 2010 what do I change it to?? Link to comment Share on other sites More sharing options...
MikeChoy Posted October 29, 2010 Share Posted October 29, 2010 back up original config/settings.inc.phpOpen 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 http://440client4.info/prestashop Mockuphttp://440client2.info/ New site test =Fail Link to comment Share on other sites More sharing options...
amyhouck Posted October 29, 2010 Author Share Posted October 29, 2010 okay what about the root folder thing, can I change it from /prestashop to just / and nothing after it? can I do this after installing it as a folder named prestashop? or no? Link to comment Share on other sites More sharing options...
amyhouck Posted October 29, 2010 Author Share Posted October 29, 2010 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 More sharing options...
mytheory. Posted October 29, 2010 Share Posted October 29, 2010 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 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