Revision: 4354
http://svn.sourceforge.net/winmerge/?rev=4354&view=rev
Author: gerundt
Date: 2007-06-27 14:32:48 -0700 (Wed, 27 Jun 2007)
Log Message:
-----------
Use nicer Wiki URLs.
Modified Paths:
--------------
trunk/Web/.htaccess
trunk/Web/Changes.txt
Modified: trunk/Web/.htaccess
===================================================================
--- trunk/Web/.htaccess 2007-06-27 19:07:48 UTC (rev 4353)
+++ trunk/Web/.htaccess 2007-06-27 21:32:48 UTC (rev 4354)
@@ -34,4 +34,11 @@
RewriteRule ^patch/([0-9]+)$ http://sourceforge.net/support/tracker.php?aid=$1 [R]
RewriteRule ^support/([0-9]+)$ http://sourceforge.net/support/tracker.php?aid=$1 [R]
RewriteRule ^rfe/([0-9]+)$ http://sourceforge.net/support/tracker.php?aid=$1 [R]
-RewriteRule ^todo/([0-9]+)$ http://sourceforge.net/support/tracker.php?aid=$1 [R]
\ No newline at end of file
+RewriteRule ^todo/([0-9]+)$ http://sourceforge.net/support/tracker.php?aid=$1 [R]
+
+#Nicer Wiki URLs...
+RewriteEngine On
+RewriteBase /
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^Wiki/(.*)$ /Wiki/index.php?title=$1 [PT,L,QSA]
\ No newline at end of file
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2007-06-27 19:07:48 UTC (rev 4353)
+++ trunk/Web/Changes.txt 2007-06-27 21:32:48 UTC (rev 4354)
@@ -1,3 +1,7 @@
+2007-06-27 Tim
+ Use nicer Wiki URLs.
+ Web: .htaccess
+
2007-06-19 Tim
PATCH: [ 1739404 ] Web: Move buttons to right corner
Web: page.inc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|