author | Michael Krelin <hacker@klever.net> | 2005-01-31 15:10:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-01-31 15:10:42 (UTC) |
commit | b9ddf0a5135cf5b3371f38b41385fa8fc03da146 (patch) (side-by-side diff) | |
tree | ff53ab428e24a55c6220512214633b7476aa9835 /htdocs/.htaccess | |
parent | 7b0763faef560bafb4d7e730689a32fe003dc01c (diff) | |
download | sitecing-b9ddf0a5135cf5b3371f38b41385fa8fc03da146.zip sitecing-b9ddf0a5135cf5b3371f38b41385fa8fc03da146.tar.gz sitecing-b9ddf0a5135cf5b3371f38b41385fa8fc03da146.tar.bz2 |
Make it serve people who are not willing to accept English right.
-rw-r--r-- | htdocs/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 1165068..9e00818 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,2 +1,5 @@ Options MultiViews +LanguagePriority en +ForceLanguagePriority Fallback Prefer + AddType text/html .chtml |