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