A.darrudi Posted April 16, 2014 Share Posted April 16, 2014 hi i have a problem in moving prestashop 1.6 from localhost to livehost. i do this steps: 1- compress prestashop files to zip file in localhost 2- export prestashop database in localhost to a sql file. 3- move myprestashop zip file to public html in live host via filezilla 4- extract zip file in live host and path is: public_html/all prestashop folder and files 5- went to mysqldatabases in cpanel and create database prestashop and user and import prestashop.sql that created in localhost. then add user to database with all privilegs. 6- edit settings.php: <?phpdefine('_DB_SERVER_', 'localhost');define('_DB_NAME_', 'db name in live host');define('_DB_USER_', 'db user in live host');define('_DB_PASSWD_', 'pass user in live host');define('_PS_VERSION_', '1.6.0.5'); and... 7- in livehost database change tables: ps_configuration and ps_shop url shop url table info: domain=http://www.marmonix-uae.com domain_ssl=http://www.marmonix-uae.com physical_uri=/prestashop/ virtual_uri='' ps_configuration table changes: PS_SHOP_DOMAIN=http://www.marmonix-uae.com PS_SHOP_DOMAIN_SSL=http://www.marmonix-uae.com i think do all steps completely but when i go to adminpanel of myprestashop in live host havent any problem and it open very good but when i have to view myshop this not appear. when i go to address:http://www.marmonix-uae.com it redirect to: http://www.http.com//www.marmonix-uae.com/prestashop/index.php? can anyone help me? note: when i go to myadmin panel in live host this message appearder: "You are currently connected under the following domain name marmonix-uae.comThis is different from the domain name set in the "SEO & URLs" tab. If this is your main domain, please change it now." Link to comment Share on other sites More sharing options...
J.Sahu Posted April 16, 2014 Share Posted April 16, 2014 I think you have done everything correctly. I think you are editing it so I got two different pages after click on your website. Link to comment Share on other sites More sharing options...
NemoPS Posted April 16, 2014 Share Posted April 16, 2014 Can you screen the seo and urls page in the back office? Link to comment Share on other sites More sharing options...
A.darrudi Posted April 16, 2014 Author Share Posted April 16, 2014 thanks from all i have do all steps before again and problem solved. i think problem was in configuration table ans shop_url table in domain name and ssl just entered name of website with this format: marmonix-uae.com i set this value:http://www.marmonix-uae.com thanks a lot. Link to comment Share on other sites More sharing options...
nvd1210 Posted February 3, 2015 Share Posted February 3, 2015 in public_html/.htaccess file, we also shoud erase old directory: RewriteRule . - [E=REWRITEBASE:/Erase_this/] and any old directory(Erase_this) on this file. it's work on mine. Link to comment Share on other sites More sharing options...
bolanuandrei Posted February 4, 2015 Share Posted February 4, 2015 (edited) Hy, I did not opened another topic because my problem is related to this, I hope that's no problem. So, I moved my website, www.vestit.eu, from one host to another. I followed the above steps and it works like a charm. My problem now is that the website it's loading very slowly, I have to wait 20 seconds sometimes for the first page or any other page. Smarty is configured accordingly to prestashop rules. Do you have any hints? I did not talk with the hosting yet, they are from my town and they have their own servers (high quality service), so I supposed the problem is from Prestashop. Thanks a lot!! Edited February 4, 2015 by bolanuandrei (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 6, 2015 Share Posted February 6, 2015 High quality servers like? Can you give us some specs? In any case, are you using any module connecting to third pasty services? Link to comment Share on other sites More sharing options...
bolanuandrei Posted February 6, 2015 Share Posted February 6, 2015 The hosting is ROHOST.COM. They are using their own servers, with redundance, ECC Memory and good processors. Comparing to the others, the price also "shows the quality" . Regarding to the third-party services, yes I use. I use FanCourier (local courier) and the theme modules (Templatin). I also have another 3rd-party modules but they are disabled. Should I reset them? Thanks!!! Have a nice day Link to comment Share on other sites More sharing options...
NemoPS Posted February 7, 2015 Share Posted February 7, 2015 Try disabling them As for price, it's not always a guarantee I don't know that company though so I have no idea 1 Link to comment Share on other sites More sharing options...
bolanuandrei Posted February 18, 2015 Share Posted February 18, 2015 Hy, I disabled the Cache from prestashop, and I enabled only SmartCache, and know is working good. Thanks, Have a nice day 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