I've sent up an internal intranet server using PHPWiki which works very nicely.
I've added an SSL aware virtual host to the server and added a tunnel in from the outside world to allow clients with valid certs to access the intranet from anywhere - an Extranet, in effect.
The problem I have is that when access from the outside, Wiki incorrectly writes Wiki links so that when clicked the user is directed to:
Hi
I've sent up an internal intranet server using PHPWiki which works very nicely.
I've added an SSL aware virtual host to the server and added a tunnel in from the outside world to allow clients with valid certs to access the intranet from anywhere - an Extranet, in effect.
The problem I have is that when access from the outside, Wiki incorrectly writes Wiki links so that when clicked the user is directed to:
http://my.ssl.server:443/wiki/?Pagename
This, of course, fails. Can anyone suggest a work around to allow the links to be correctly formed as:
https://my.ssl.server:/wiki/?Pagename
Thanks.
Hello,
Have you tried setting the server name and port number manually in lib/config.php? This allows you to override the "on the fly" URL creation.
~swain