Order Deny,Allow
Deny from all
Allow from all
# Block view of some folders
Options -Indexes
DirectoryIndex index.php
# Support for UTF8
AddDefaultCharset utf8
CharsetDisable on
CharsetRecodeMultipartForms Off
php_value default_charset UTF-8
RewriteEngine on
# Mapper-Helper: If you cant provide maps for all locales, redirect the browser
RewriteRule ^images/maps/(frfr|dede|eses|ruru)/(.*)$ images/maps/enus/$2 [NC]
# accept flattened urls | NYI - need more work :x
# RewriteRule ^([a-z0-9]+)=([^?&/=]*)(.*)$ index.php?$1=$2&$3 [NC]