From 97a6e33103ed763e9f830a5ec52876e00c99053f Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 4 Jun 2003 16:47:19 +0000 Subject: [PATCH] Multiviews. git-svn-id: http://svn.automattic.com/wordpress/trunk@154 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- example.htaccess | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/example.htaccess b/example.htaccess index 0031a96dad..4a4733e252 100644 --- a/example.htaccess +++ b/example.htaccess @@ -11,9 +11,7 @@ -# this is used to make b2 produce links like http://example.com/archives/m/200209 -# if you renamed the file 'archives' to another name, please change it here too +# This activates content negotiation, so instead of /archives.php you could just call +# a file as /archives . Same for any other file on your site. Try it out! - - ForceType application/x-httpd-php - \ No newline at end of file +Options +Multiviews \ No newline at end of file