Hi there. How can I change the default page that a WIKI points to when a user goes to index.php? Its usually FrontPage, but I would like to change it to ContentsPage.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried doing that but it didnt work. Perhaps I have an older version of phpwiki that doesnt support that? How would I go about changing the page on an older wiki if thats the case? Thanks heaps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there. How can I change the default page that a WIKI points to when a user goes to index.php? Its usually FrontPage, but I would like to change it to ContentsPage.
You need to set HOME_PAGE in your config.ini.
E.g.:
HOME_PAGE = ContentsPage
I tried doing that but it didnt work. Perhaps I have an older version of phpwiki that doesnt support that? How would I go about changing the page on an older wiki if thats the case? Thanks heaps.