jujur Posted June 5, 2013 Share Posted June 5, 2013 who's know sloved the problem ? 1 Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 hello i really want to help you, but for the first you have to explain what you exactly expect. I don't know what you mean by: "and setting folder to index.php" 1 Link to comment Share on other sites More sharing options...
jujur Posted June 6, 2013 Author Share Posted June 6, 2013 the meaning of my question above is... i have uploaded my folder to server(public_html). setting.inc done import database done. but when i open with browser exam: www.mydomain.com can't access. and i change the link exam: www.mydomain.com/shop homepage can to access so, i want to domaian can access "www.mydomain.com" do not use a sub folder "shop" thanks... 1 Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 what ps version you use? if 1.5 try to change ps_shop_url table in database. You can also change it in back office: pereferences > SEO & URLs (BASE URI param) 1 Link to comment Share on other sites More sharing options...
jujur Posted June 7, 2013 Author Share Posted June 7, 2013 thank a lot...@vekia Link to comment Share on other sites More sharing options...
vekia Posted June 7, 2013 Share Posted June 7, 2013 by this you mean that you solved issue? please let us know, if so regards Link to comment Share on other sites More sharing options...
jujur Posted June 7, 2013 Author Share Posted June 7, 2013 yes, my problem solved... Link to comment Share on other sites More sharing options...
vekia Posted June 7, 2013 Share Posted June 7, 2013 many thanks for information Now i can go ahead and mark this thread as [solved] feel free to continue discussion regards! Link to comment Share on other sites More sharing options...
sagar1 Posted August 12, 2013 Share Posted August 12, 2013 I have developed prestashop wesite on local host now i want to run it online.so plz give me an idea how can i host it online what are the requirements to host prestawebsite. Link to comment Share on other sites More sharing options...
Rajesh Kumar Yadav Posted August 12, 2013 Share Posted August 12, 2013 Yes I also want to know if we've finished development on localhost then after placing files on cpanel linux public_html folder and taking localhost phpmyadmin prestashop db backup and importing this backup to new db of cpanel phpmyadmin. then what will be next process? Link to comment Share on other sites More sharing options...
vekia Posted August 12, 2013 Share Posted August 12, 2013 I have developed prestashop wesite on local host now i want to run it online.so plz give me an idea how can i host it online what are the requirements to host prestawebsite. NECESSARY A domain name Web server: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS PHP 5.1+ installed and enabled MySQL 5.0+ installed with a database created FTP access (ask for your credentials) OPTIONAL In the PHP configuration ask your provider to set memory_limit to "64M" and file_max_upload_size to "16M" SSL certificate if you plan to process payments internally (not using PayPal for instance) Optional PHP extensions: GD, cURL, SimpleXML, SOAP To improve performances: MemCached, mcrypt PHP extension so you need: domain + hosting 1 Link to comment Share on other sites More sharing options...
sagar1 Posted August 12, 2013 Share Posted August 12, 2013 (edited) I have developed prestashop website on my local system. i want to take this websitefolder to run on another system,is it possible. i tried it but it is getting installed from intial point and not working. my efforts to run pestawebsite on another system: 1.took myadmin db backup. 2.copied prestashop website (on which i have worked) folder . 3.imported db bacup into myadmin database. 4.pasted copied prestashop website (on which i have worked) folder into xampp\htdocs directory. but after all these efforts its showing ,it is not working Edited August 12, 2013 by sagar1 (see edit history) Link to comment Share on other sites More sharing options...
Rajesh Kumar Yadav Posted August 12, 2013 Share Posted August 12, 2013 you should change your config details for db.@sagar Link to comment Share on other sites More sharing options...
sagar1 Posted August 12, 2013 Share Posted August 12, 2013 how should i do it plz tell me its few steps Link to comment Share on other sites More sharing options...
vekia Posted August 12, 2013 Share Posted August 12, 2013 open file: config/settings.inc.php you've got there: define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'psdatabase'); define('_DB_USER_', 'username'); define('_DB_PASSWD_', 'password'); define('_DB_PREFIX_', 'ps_'); these are informations related to your database, you need to use correct values - related to the new database credentials Link to comment Share on other sites More sharing options...
faisal6621 Posted September 10, 2013 Share Posted September 10, 2013 what should be value in ps_shop_url table? Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2013 Share Posted September 10, 2013 everytihng depends on your store domain domain: your domain address for example: prestashop.com domain_ssl: your ssl domain address, the same as above: prestashop.com base_uri: / (base uri is an directory of your prestashop store installation, if it is in root dir of domain then use simple "/", if you've got ps installed in for example - shop directory - then in base uri use "/shop/") 1 Link to comment Share on other sites More sharing options...
AlexJJN Posted August 3, 2015 Share Posted August 3, 2015 Hello, I develop my Prestashop 1.6 locally, filled it with products, modules. I would like to know if when finished, i can move it, as developed, through Filezilla to a server of choice. thank you, Alex Link to comment Share on other sites More sharing options...
Recommended Posts