I installed a wiki, and would like to use a subdomain for it. The wiki is normally accessible via www.mydomain.com/wiki, but not via wiki.mydomain.com. The favicon appears though, as well as other pages like the passencrypt page (wiki.mydomain.com/passencrypt.php). So it doesn't look like a configuration problem for the server. How can I set the wiki to accept this subdomain?
The index.php page displays an almost empty page with the only code: <html><body></body></html>. This looks like the page checks for the URL and doesn't accept it. I searched the config file but couldn't find anything there. Hope someone can point me in the right direction.
The SERVERNAME setting is just for the creation of links it seems.
The server runs on apache 2.0.48, Redhat Linux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed a wiki, and would like to use a subdomain for it. The wiki is normally accessible via www.mydomain.com/wiki, but not via wiki.mydomain.com. The favicon appears though, as well as other pages like the passencrypt page (wiki.mydomain.com/passencrypt.php). So it doesn't look like a configuration problem for the server. How can I set the wiki to accept this subdomain?
The index.php page displays an almost empty page with the only code: <html><body></body></html>. This looks like the page checks for the URL and doesn't accept it. I searched the config file but couldn't find anything there. Hope someone can point me in the right direction.
The SERVERNAME setting is just for the creation of links it seems.
The server runs on apache 2.0.48, Redhat Linux.
This is an installation under DOCROOT, which is tricky because of the php handler overriding DATA_PATH.
best described at http://phpwiki.org/PrettyWiki
or in the phpwiki-talk archives.
in short: you need a different server for the DATA_PATH