Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
I have a little WTF experience.

1. I made the .htaccess via https://domain.de/couch/gen_htaccess.php

2. In config.php I defined:
Code: Select all
define( 'K_PRETTY_URLS', 1 );
define('K_SITE_URL', 'https://domain.de/');


3. Without K_SITE_URL I can't reach https://domain.de/couch/

4. With K_SITE_URL the startpage is redirected from

https://domain.de/index.php?p=1
to
http://domain.de:443/?p=1

Any suggestions?

Edit: All other pages work like expected.
Any custom rules in the .htaccess file?
KK wrote: Any custom rules in the .htaccess file?


No, its the generated .htaccess from gen_htaccess.php. The provider has a SSL redirect, which might cause the problem. But I can't figure out, what really happens.
3 posts Page 1 of 1