[pmwiki-users] SSL setup

Tegan Dowling tmdowling at gmail.com
Fri Apr 21 08:45:03 CDT 2006


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?

Thanks!




More information about the pmwiki-users mailing list