Greetings Squirrels,
after the recent excellent help my SM has decided to cough up a real error
that I need help with.
I received a message that shows as size 1.4M in the intray.
When I try to forward this, I get the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (t
utside the line for /email do:
RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^/email/(.*) https:///email/$1
Carolyn Longfoot said:
>>Put this rewrite rule in your apache config:
>>
>>RewriteEngine on
>>RewriteCond
Put this rewrite rule in your apache config:
RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^/(.*) https:///$1
Sorry if you think I'm dumb but with the
alias /email /usr/local/sqiurrelmail
I get the wrong URL: https://mydomain.com/usr/local/squirrelmail
instead of h
where did you read that? what version do you have? in my README, it
never really says where those settings are, but if you read the INSTALL
file, it clearly states that you should be editing the config file. in
any case, notes about old versions from change logs are poor places to
figure out how
I have SM set up with the 'Secure Login' plugin and would like to exten=
d
the use of SSL for all of SM, so that any directory under
'http://mydomain.com/email' is forced to https.
Why don't you just configure the secure login plugin to not drop back to
plain http after login? I use that plugin,
Hello fellow Squirrels,
I have SM set up with the 'Secure Login' plugin and would like to extend the
use of SSL for all of SM, so that any directory under
'http://mydomain.com/email' is forced to https.
Now technically this is probably not a SM question because from what I can
tell it's an Apa