Hello,
I need to set up a number of parallel wikis based one media wiki.
The installation is pretty easy and described in detail here.
http://www.steverumberg.com/wiki/index.php/WikiHelp
Everyone on this page mentioned problems with the option FollowSymLinks
Which need to be enabled.
I did this in the default-server.conf file like this:
Alias /wiki/ "/srv/www/htdocs/wiki/"
<Directory "/srv/www/htdocs/wiki/">
Options FollowSymLinks
Allow from all
</Directory>
Alias /wiki/ "/srv/www/htdocs/wiki2/"
<Directory "/srv/www/htdocs/wiki2/">
Options FollowSymLinks
Allow from all
</Directory>
But this won't work. I only get this rather meaningless error message from
the php page:
Warning: main(./includes/Defines.php): failed to open stream: No such file
or directory in /srv/www/htdocs/wiki/index.php on line 17
Fatal error: main(): Failed opening required './includes/Defines.php'
(include_path='.:') in /srv/www/htdocs/wiki/index.php on line 17
I'm using Apache/2.0.49, Media.Wiki 1.5.2, SuSE ES9
Cheers,
Pete
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]