ZORANVEDEK Posted November 24, 2020 Share Posted November 24, 2020 I have this site looking and functioning pretty much the way I want it to now on my computer... ...what's the best/simplest approach to getting it off of my local machine and onto my web host. Prestashop is currently installed on the website. Do I need to migrate the database(if so, what is the best practice, and what files will need to be edited for functionality) , or will simply exporting my theme keep the look and function intact(if so, again what's the best approach)? Do I need to do both? I tried a blanket ftp of all the pertinent files and folders, but that isn't working. I have the basic look there, via CSS, but the menu isn't showing any of my changes(it's the stock theme look), nor are many of the image links to CMS pages, logo, etc.. Thanks in advance. Link to comment Share on other sites More sharing options...
ZORANVEDEK Posted November 24, 2020 Author Share Posted November 24, 2020 I exported the theme, and ended up rebuilding all of the CMS pages. It's up and somewhat running, but I'm still interested in best practices for this situation for possible future endeavors. Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2020 Share Posted November 26, 2020 (edited) here is base process create domain space point domain name via registrar to domain space create new mysql db, note dbname/user/pwd clean out files in your new domain space, often there is some html files added when domain created using ftp upload your files to your domain space export your localhost db files via phpmyadmin import your db files on domain via phpmyamdin update your db name/user pwd /app/config/parameters.php Reregenerate .htacess file by disabling and enabling PS friendly URLs. navigate to your domain/admin and login Edited November 29, 2020 by El Patron Added regerate .htacceess (see edit history) 1 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