Hi all, I have the problem: There is mediawiki already installed at my server, and it's installed in the way that consumes all words as mediawiki keywords, e.g. mysite.org/asdf will be rendered as wiki page "asdf". Now the code in apache2.conf looks like this: Alias /ucp.php /usr/share/phpbb3/www/ucp.php Alias /skins /var/lib/mediawiki/skins # Alias /index.php /var/lib/mediawiki/index.php/ Alias /images /var/lib/mediawiki/images/ Alias / /var/lib/mediawiki/index.php/ So I have tried to insert something like Alias /forum /usr/share/phpbb3/www/ or Alias /forum/index.php /usr/share/phpbb3/www/index.php but it works for the pages only (mysite.org/forum, mysite.org/forum/index.php) and all other PHPBB pages are unavailable (redirecting to wiki entries). What would you recommend to fix the situation? I'm not a web developer so I'm a newbie (I develop free numerical optimization software this site is created for), we have no possibility to hire an experienced one. Thus please answer as detailed as possible. We have Ubuntu 9.10, mediawiki and phpbb3 were installed via aptitude. Thank you in advance, Dmitrey. Cherkasy town, Ukraine.