Author: ian
Date: 2006-06-02 18:29:10 +0000 (Fri, 02 Jun 2006)
New Revision: 8998
Modified:
trunk/website/.htaccess
trunk/website/pages/docs.php
Log:
A few more fixes related to rewrite rules
Modified: trunk/website/.htaccess
===================================================================
--- trunk/website/.htaccess 2006-06-02 18:23:47 UTC (rev 8997)
+++ trunk/website/.htaccess 2006-06-02 18:29:10 UTC (rev 8998)
@@ -1,3 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)\.html /index.php?page=$1
+RewriteRule ^(.+)\.html?mode=(.+) /index.php?page=$1&mode=$2
Modified: trunk/website/pages/docs.php
===================================================================
--- trunk/website/pages/docs.php 2006-06-02 18:23:47 UTC (rev 8997)
+++ trunk/website/pages/docs.php 2006-06-02 18:29:10 UTC (rev 8998)
@@ -3,10 +3,10 @@
<p>This page contains links to documentation that would mainly be of
interest to developers of Freenet and Freenet-related tools. Those
with a higher level interest in Freenet's operation should look
-<a href="/index.php?page=papers">here</a>.</p>
+<a href="/papers.html">here</a>.</p>
<p>
-<h3><a href="/index.php?page=fcp">FCP (Freenet Client
+<h3><a href="http://wiki.freenetproject.org/FreenetFCPSpec2Point0">FCP
(Freenet Client
Protocol)</a></h3>
<p>FCP is intended to shield would-be Freenet client developers from the
details and ever-changing internals of the Freenet node itself.</p>