From 99ad8405ca88b27d960e7d10124d531c0f871828 Mon Sep 17 00:00:00 2001 From: Paul Chen Date: Wed, 8 Oct 2008 06:36:17 +0000 Subject: [PATCH] strip the .php extension --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9c393aa --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteRule ^([^/\.\?]+)(\?.*)?$ /$1.php$2 [L] +