Jump to content

Siteul pe localhost


teo_g

Recommended Posts

Banuiesc ca fiecare lucreaza mai intii pe localhost si apoi aplica, daca ii place, modificarile pe site.
Cum asi putea pune siteul si pe localhost, unde ar trebui sa modific sa pot lucra cu aceleasi fisiere si cu aceeasi baza de date ?

Link to comment
Share on other sites

Salut,
Eu trec de pe localhost pe live astfel:
modific in fisierul settings.inc.php folderul config urmatoarele:
define('__PS_BASE_URI__', '%directorul de lucru al presta%'); -> ceva de genul http://localhost/folder_presta ( pe live site am doar /)
define('_DB_NAME_', '%nume baza de date%');
define('_DB_SERVER_', '%server baza de date%');
define('_DB_USER_', '%user baza de date%');
define('_DB_PREFIX_', 'ps_'); -> prefix tabele in mysql
define('_DB_PASSWD_', '%parola pentru userul mysql%');

unde % sunt ghilimelele :)
mi-a functionat mereu
bafta

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...