Difference between version 49 and version 30:
Line 1 was replaced by lines 1-2 |
- You've been redirected to the new wiki. Please update your bookmarks. |
+ You've been redirected to the new wiki.__\\ |
+ Please update your bookmarks.\\ |
Removed line 5 |
- |
At line 6 added 13 lines. |
+ |
+ - I've now fixed the fowarding to use mod_rewrite which was a bit of a pain, but finally got things down to the this in the .htaccess file in the old cgi-bin directory.\\ |
+ |
+ {{{ |
+ RewriteEngine on |
+ RewriteBase /cgi-bin |
+ |
+ RewriteCond %{QUERY_STRING} browse=(.*) |
+ RewriteRule ^wiki\.cgi /xpdwiki/Wiki.jsp?page=%1 [R] |
+ }}} |
+ |
+ --OliBye |
+ |
At line 7 added 4 lines. |
+ Is there anything we can do about the regular expressions for WikiNames? This one doesn't pick up some of the old ones, for example XtC. --[SteveF] |
+ ** Addressed in the lastest version of JSPWiki (i.e. it does form a link now). |
+ |
+ See NewWikiIssues for more. |
At line 8 added 1 line. |
+ ---- |
At line 13 added 1 line. |
+ |
Back to Main, or to the Page History.
|