-
Posts
2,007 -
Joined
-
Last visited
-
Days Won
21
Community Answers
-
dragan's post in How do I restore MySQL connection was marked as the answer
Not sure I understand. You can simply re-upload a new site/config.php file to the server, from a fresh PW installation, i.e. edit lines 219-223:
$config->dbHost = 'localhost'; $config->dbName = 'foo'; $config->dbUser = 'bar'; $config->dbPass = 'asdfasdfasdf'; $config->dbPort = '3306'; -
dragan's post in Current best way for a dual-language site? was marked as the answer
You should install the dev version 2.3.2 from Github. (I guess the latest version is now 2.3.3)
Then read this http://processwire.com/api/multi-language-support/multi-language-urls/ and marvel about how easy everything is