Forum for discussing general topics related to Couch.
18 posts Page 2 of 2
Thank you appreciate it

Yeah will be looking to use the pretty url's in the next few days
I downloaded v2.2 from the CouchCMS web page yesterday (26 Apr 19) and updated my site.
Is this version of CouchCMS the same as the 2.2b version which was previously only available on Github? In other words If I now explicitly set the site's 'https' URL in couch/config.php will SSL work without me having to alter the .htaccess file?
@oldcelt, yes it is the same version (with only a few amendments) - things should work for you exactly the way they did in 2.2b. No new changes required.
KK wrote: @oldcelt, yes it is the same version (with only a few amendments) - things should work for you exactly the way they did in 2.2b. No new changes required.

Thanks a million. So, am I correct in just changing:-
Code: Select all
  //define( 'K_SITE_URL', 'http://www.test.com/subfolder1/subfolder2/mysite/' );

to show https in the appropriate spot and opening the directive?
i.e.
Code: Select all
 define( 'K_SITE_URL', 'https://www.test.com/subfolder1/subfolder2/mysite/' );

Ken
Yes. And, of course, you'll also need to put in the actual URL of your site in place of the 'https://www.test.com/subfolder1/subfolder2/mysite/'.
@KK thanks very much. Am I correct in that the URL to be specified is is where Couch is installed?
e.g. 'https://www.mysite.co.uk/example/couch/'
Am I correct in that the URL to be specified is is where Couch is installed?
e.g. 'https://www.mysite.co.uk/example/couch/'

No, that would be wrong - please remove the 'couch' (or whatever you have renamed the 'couch' folder) from the URL and you'll get the URL that needs to be specified. In the example you quoted, it should be ''https://www.mysite.co.uk/example/'.

Hope this helps.
Perfect. Thanks very much.
18 posts Page 2 of 2