Author: ian
Date: 2006-06-02 18:07:33 +0000 (Fri, 02 Jun 2006)
New Revision: 8995

Added:
   trunk/website/.htaccess
Log:
See if we can get nicer URLs

Added: trunk/website/.htaccess
===================================================================
--- trunk/website/.htaccess     2006-06-02 17:54:23 UTC (rev 8994)
+++ trunk/website/.htaccess     2006-06-02 18:07:33 UTC (rev 8995)
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(.+)\.html?$ index.php?page=$1


Reply via email to