Jump to content

[solved] How to upload from localhost to server ? and setting folder to index.php


Recommended Posts

the meaning of my question above is...

i have uploaded my folder to server(public_html).

  1. setting.inc done
  2. 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... :)

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

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

  1. A domain name
  2. Web server: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS
  3. PHP 5.1+ installed and enabled
  4. MySQL 5.0+ installed with a database created
  5. FTP access (ask for your credentials)

OPTIONAL

  1. In the PHP configuration ask your provider to set memory_limit to "64M" and file_max_upload_size to "16M"
  2. SSL certificate if you plan to process payments internally (not using PayPal for instance)
  3. Optional PHP extensions: GD, cURL, SimpleXML, SOAP
  4. To improve performances: MemCached, mcrypt PHP extension

 

so you need:

domain + hosting

  • Like 1
Link to comment
Share on other sites

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 by sagar1 (see edit history)
Link to comment
Share on other sites

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

  • 5 weeks later...

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/")

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

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

×
×
  • Create New...