Hi,

I've renamed all wiki pages from e.g.

        Main.HomePage   -> Web.HomePage

this means that the URI

        http:/www.lyx.org/test/HomePage

no longer works, as it is automatically mapped to

        http://www.lyx.org/test/index.php/Main/HomePage
                                          ^""^

You can however access the lyx web pages through

        http://www.lyx.org/test/wiki/index.php/Web/HomePage


Jean-Marc, could you modify

        /etc/httpd/virtual.d/www.lyx.org.conf

so that the line

  AliasMatch ^/test/([?A-Z].*) /home/lyx/www/www-user/test/index.php/Main/$1

instead reads

  AliasMatch ^/test/([?A-Z].*) /home/lyx/www/www-user/test/index.php/Web/$1

Regards,
Christian

--
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to