[pmwiki-users] SSL setup

H. Fox haganfox at users.sourceforge.net
Fri Apr 21 11:47:28 CDT 2006


On 4/21/06, Tegan Dowling <tmdowling at gmail.com> wrote:
> Hi, list:
>
> Our clients are working with another host, where SSL has been set up
> on the server.  I'm trying to advise on how to configure their PmWiki
> installation, in https://www.address.com/wiki/.
>
> Is this correct:
>
> The only change that needs to be made specifically for the sake of the
> SSL environment is to add/change two lines in local/config.php:
>                 $ScriptUrl = 'https://www.address.com/wiki/pmwiki.php';
>                 $PubDirUrl = 'https://www.address.com/wiki/pub';
>
> ??
>
> OR should that be
>                 $ScriptUrl = 'https://www.address.com/wiki';
>                 $PubDirUrl = 'https://www.address.com/wiki/pub';
>
> ??
>
> Anything else?

Try putting this in your .htaccess file:

  SSLRequireSSL

http://www.apache-ssl.org/docs.html#SSLRequireSSL

Hagan

> Thanks!




More information about the pmwiki-users mailing list