From: asko <ask...@ul...> - 2006-06-14 08:46:00
|
Hi, is anybody running phpwiki over https? I'm having slight problems.. Firstly, the wiki is for private use and is protected by .htaccess .. phpwiki-1.3.12p2_2, apache-2.2.2 and php4-4.4.2_2 virtualhost looks something like this: <VirtualHost *:443> ServerName phpwiki ServerAdmin webmaster@server DocumentRoot /usr/local/www/phpwiki ErrorLog /var/log/apache/phpwiki-https-error.log CustomLog /var/log/apache/phpwiki-https-access.log common </VirtualHost> Usually web applications are able to detect the correct URL for internal links, but now after authentication all the wiki urls point to http://phpwiki. Basically I get http wikilinks, but I need https ;-) I was not able to force https in URL parameters in config file, setting 'SERVER_NAME = https://phpwiki' produces bad links like 'http://https://phpwiki/SomePage' .. Btw, https worked in phpwiki 1.2 with similar configuration if it counts, it broke after upgrade. Please help, what am I missing.. It probably has to do something with URL detection? thank you asko |