commit 019cea9dc0256eb820cb9df21ca6cb757b97fe91 parent f67f09875c0bb7de57a3b60798bd54177a7149bd Author: Sam Kingston <sam@sjkwi.com.au> Date: Mon, 11 Oct 2010 14:32:04 +1000 sample htaccess file for content negotiation Diffstat:
A | htaccess | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/htaccess b/htaccess @@ -0,0 +1,3 @@ +Options Multiviews +AddType application/atom+xml;qs=0.5 .atom +AddType text/plain;qs=0.1 .txt