From: Sabri L. <sab...@st...> - 2006-08-18 09:08:28
|
Hi, In the PhpWikiAdministration section, I found some broken links: * PhpWikiAdministration/Remove * PhpWikiAdministration/Rename * PhpWikiAdministration/Replace These links are generated by the following string in = PhpWikiAdministration page: [/Remove] | [/Rename] | [/Replace] | ... The computed link for these pages is = 'https://server_domain:port/pagename' Example : 'https://server_domain:port/Rename' Following this link gives a "Sorry page not found" error message. I think that the correct link should be something like this: 'https://server_domain:port/<path_to_phpwiki>/index.php?pagename=3DPhpWik= iAdministration/Rename' I entered the following string in the SandBox page: [/my_page] The constructed link was : 'https://server_domain:port/my_page' Does any body knows how can I fix this ? Help will be too much apreciated. Cheers, Sabri. |