[dokuwiki] Re: Rewrite on Windows

  • From: Otto Vainio <oiv@xxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 24 Sep 2005 15:11:55 +0300

Bert Garcia wrote:

Otto Vainio wrote:

I inserter a line
      $id = str_replace('%3B',';',$id); //keep as semicolon

and now the links are shown with ; instead of %3B. I don't know what else this may cause.

I did:

if($ue){
    $id = urlencode($id);
    $id = str_replace('%3A',':',$id); //keep as colon
    $id = str_replace('%2F','/',$id); //keep as slash
    $id = str_replace('%3B',';',$id); //keep as semicolon
  }

I still get bert%3Bdocs, in Firefox, IE and Opera in Windows XP.

Did you check that you don't get the page from dokuwikis cache? Make some changes to the page having the link and save it.

Otto
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: