From: Adam S. <la...@sp...> - 2001-04-06 15:19:06
|
> I am trying to redirect one of my web-pages to a page within my > NomicWiki. I'd rather do this properly using Apache's RedirectMatch > directive in the .htaccess file (rather than having one of those > annoying "this page will refresh in 5 seconds" pages). if you use a refresh time of 0 it's not noticable to the end user. i use this as a way of redirecting old pages that i want to work but don't want to support anymore around my site. > But Apache does some kind of encoding on this and sends me to the URL: > http://www.nomic.net/~nomicwiki/index.php%3fNomicFaq > which, of course, doesn't work. yep this is standard. i *think* the two are equivelent to apache, so it should just be a matter of patching phpwiki to understand the encoded version of "?" as a legit delimiter. i believe that "3f" is just the hexified ascii code for "?". > Also, I notice that a number of the text formatting rules pages are > out of date. The rules at the bottom of the edit page still recommend > ''' for bold. The TextFormattingRules page has several mistakes. side question ... i poked around nomicwiki and is the sitemap feature a standard phpwiki feature? adam. |