Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2006-10-29 10:43:50
- saccade
- Plugin Author

- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: run TXP in a SSL-secured domain/subdirectory?
Now I ran your php-line directly as a php-file called by https: within my spk-directory.
Here is the result:
... ["HTTPS"]=> string(1) "1" ... ["REDIRECT_HTTPS"]=> string(1) "1" ...
EDIT: deleted additional information not relevant here
Last edited by saccade (2006-10-29 11:22:23)
Offline
Re: run TXP in a SSL-secured domain/subdirectory?
["HTTPS"]=> string(1) "1"
Ok, they are using 1 instead of ON. We’ll take that into account for future releases.
In the meantime, you can use the workaround I mentioned above (with config.php), and – if wanted – configure the webserver to only allow access to the site via https.
Offline
#18 2006-10-29 11:06:50
- saccade
- Plugin Author

- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: run TXP in a SSL-secured domain/subdirectory?
Thank you very much!
Should I delete the diagnostics and dump part in my posts above for security and better readability in the future?
Last edited by saccade (2006-10-29 11:09:20)
Offline
Re: run TXP in a SSL-secured domain/subdirectory?
Given that the relevant information is alsoin other posts now, sure, you can do that, if you like.
Offline