Jump to content

Make my Prestashop site online


Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

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

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

  • 1 month later...
Hello, vekia 
 
I am having trouble putting my shop online.
I have read all the instructions which are in the following link.
 
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
 
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 http

error in Chrome browser.

 

I am using the version 1.5.6.1

 

Kindly help me... 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...