SMARTDODO Posted November 10, 2013 Share Posted November 10, 2013 Hi, Sorry for interrupting you. I just have two questions. Q1: I have created my site via localhost through wamp server and I want to make this site accessible to everyone. Can someone please tell me what to do? I am new here. Thank You. Yours sincerely, Jia Jun Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 you will need to: 1) export database and import it on your remote server 2) move all files from your localhost to your remote server. Don't forget about permissions for: http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Launchingtheauto-installer (scroll page to permissions section) 3) open config/settings.inc.php file and change credentials to your new database 1 Link to comment Share on other sites More sharing options...
SMARTDODO Posted November 10, 2013 Author Share Posted November 10, 2013 you will need to: 1) export database and import it on your remote server 2) move all files from your localhost to your remote server. Don't forget about permissions for: http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Launchingtheauto-installer (scroll page to permissions section) 3) open config/config.inc.php file and change credentials to your new database The first two steps are easy to understand. However, the third step is a little tricky. I am currently running prestashop 1.5.6 . Do you know if mine is a config / config.inc.php file and where is it located? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 ohh so srry, it was my mistake you have to edit settings.inc.php file you can find there fields: define('_DB_SERVER_', 'server'); define('_DB_NAME_', 'database'); define('_DB_USER_', 'username'); define('_DB_PASSWD_', 'passwords'); fill these fields with correct values Link to comment Share on other sites More sharing options...
RockyRocks Posted December 26, 2013 Share Posted December 26, 2013 Hello, vekia I am having trouble putting my shop online. I have read all the instructions which are in the following link. http://www.prestashop.com/forums/topic/126252-how-to-make-my-local-prestashop-online/ 1> Uploaded all files on server 2> Import database 3> Done the changes in config/settings.inc.php file as you have mentioned earlier 4> Regenerate the .htaccess file in root folder with help of the following link http://mypresta.eu/en/art/basic-tutorials/how-to-regenerate-htaccess-in-prestashop-1-5.html 5> Changed the ps_configuration table line 155 and 156 and put my site url inplace of 'localhost' 6> Also gave the permission read and write to my all files and folders. The thing is that my back office works well but my front office doesn't work. And shows the Oops! Google Chrome could not find httperror in Chrome browser. I am using the version 1.5.6.1 Kindly help me... Link to comment Share on other sites More sharing options...
vekia Posted December 26, 2013 Share Posted December 26, 2013 please open preferences > seo & urls tab in your back office there is field to define "domain" and "base uri" what you've got there? Link to comment Share on other sites More sharing options...
RockyRocks Posted December 26, 2013 Share Posted December 26, 2013 Thanks for quick reply Vekia.. In Domain name i have put http://mysiteurl.com And in Base URI i have put /foldername/ Is anything wrong with this?...Pls tell me.. Link to comment Share on other sites More sharing options...
RockyRocks Posted December 26, 2013 Share Posted December 26, 2013 (edited) I got the solution...Thank you vekia.... I just edit the Domain name column through back office/preferences/seo & urls and its works fine.. Thanks for your support... Edited December 26, 2013 by RockyRocks (see edit history) 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