[EMAIL PROTECTED] wrote:
>
> I must be really lame not getting it to work, but I can't. What I want to do
>is make all URLs https for added security. I modified the default URL pattern
>to https://%s/... in both mm_cfg.py and Defaults.py, recompiled the Python
>files, but it still gives me all URL
On 4/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> I must be really lame not getting it to work, but I can't. What I want to do
> is make all URLs https for added security. I modified the default URL pattern
> to https://%s/... in both mm_cfg.py and Defaults.py, recompiled
Hi Guys,
I must be really lame not getting it to work, but I can't. What I want to do
is make all URLs https for added security. I modified the default URL pattern
to https://%s/... in both mm_cfg.py and Defaults.py, recompiled the Python
files, but it still gives me all URLs with http. Where