Author: ian
Date: 2006-06-02 18:22:17 +0000 (Fri, 02 Jun 2006)
New Revision: 8996

Modified:
   trunk/website/.htaccess
Log:
Fix rewrite rule stuff - now sworks

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


Reply via email to