diff --git a/tracks/app/views/layouts/standard.rhtml b/tracks/app/views/layouts/standard.rhtml
index 123df133..04becc32 100644
--- a/tracks/app/views/layouts/standard.rhtml
+++ b/tracks/app/views/layouts/standard.rhtml
@@ -17,7 +17,7 @@
<% if @count %>
<%= @count %>
<% end %>
- <%= today = Time.now; datestamp = today.strftime("%A, %e %B %Y") %>
+ <%= today = Time.now; datestamp = today.strftime("%A, %d %B %Y") %>
diff --git a/tracks/public/.htaccess b/tracks/public/.htaccess
index ab6f0e83..5a6a18a5 100644
--- a/tracks/public/.htaccess
+++ b/tracks/public/.htaccess
@@ -7,7 +7,7 @@ Options +FollowSymLinks +ExecCGI
RewriteEngine On
# Change extension from .cgi to .fcgi to switch to FCGI and to .rb to switch to mod_ruby
-RewriteBase /dispatch.fcgi
+RewriteBase /dispatch.cgi
# Enable this rewrite rule to point to the controller/action that should serve root.
RewriteRule ^$ /todo/list [R]