Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi,
I have couch website on subdomain: test.softinet.com.pl and need to move it to main softinet.com.pl and I can use the same database, so what I shou do is:
-place www files in main domain folder
-change in Couch config.php
Code: Select all
 define( 'K_SITE_URL', 'http://test.softinet.com.pl/' );
to
Code: Select all
 define( 'K_SITE_URL', 'http://softinet.com.pl/' );

is it all I need to do to move the www successfully?
Yes, I think that should suffice.
2 posts Page 1 of 1
cron