Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello,

    i did it 😉
    it´s only one modification in the wikiwiki.php.

    search for this:
    if (preg_match (“/page=edit/i”, $_SERVER[‘QUERY_STRING’]))

    and change it to this:
    if (preg_match (“/edit/i”, $_SERVER[‘QUERY_STRING’]))

    caissa

    Hello!

    At first, sorry for my bad englisch, i will lern it in the future 😉

    i´ve installed the wiki plugin in my weblog. it´s a really good plugin. but when i make the plugin searchengine friendly with mod rewrite i´ve got a security problem.

    everyone can change and add pages on my wiki. thats bad ;(

    has anyone an idea what can i do, to make the plugin save by using mod rewrite?

    thanks a lot
    Caissa

Viewing 2 replies - 1 through 2 (of 2 total)