Garvin,
I wasn't able to access the forums recently (am in the US), but many thanks for all your support and clear instructions. I was able to login and change the option in the module accordingly. I'm still trying to learn how to use Serendipity.
FYI. If you ever need scientific/geek humor gifts ...
Search found 3 matches
- Sat Jul 17, 2010 9:03 am
- Forum: General discussions
- Topic: Major error on my part - switched to https & now can't login
- Replies: 5
- Views: 2948
- Tue Jul 13, 2010 9:41 am
- Forum: General discussions
- Topic: Major error on my part - switched to https & now can't login
- Replies: 5
- Views: 2948
Re: Major error on my part - switched to https & now can't login
Hi!
I've been trying for a while in the serendipity_config.inc.php file, and I haven't been able to find ssl anywhere in the code.
I tried a couple of modifications:
line 182-183 in file serendipity_config.inc.php
header('Location: ' . (strtolower($_SERVER['HTTPS']) == 'on' ? 'https://' : 'http ...
I've been trying for a while in the serendipity_config.inc.php file, and I haven't been able to find ssl anywhere in the code.
I tried a couple of modifications:
line 182-183 in file serendipity_config.inc.php
header('Location: ' . (strtolower($_SERVER['HTTPS']) == 'on' ? 'https://' : 'http ...
- Sun Jul 11, 2010 5:12 am
- Forum: General discussions
- Topic: Major error on my part - switched to https & now can't login
- Replies: 5
- Views: 2948
Major error on my part - switched to https & now can't login
I hope that someone can help. I made the major mistake a couple days ago and switched my login from http to https while in Serendipity Admin after posting and changing some stuff, without realizing the consequences -- i.e., I have no SSL certificate and have no intention of configuring my website to ...