# PHP settings for VirtualHub-4web
#php_value post_max_size             "4M"
# this one is not supposed to work per-dir, but sometimes it does...
#php_value allow_url_fopen           1
# Redirect all URLs to index.php for VirtualHub-4web processing
RewriteEngine on
RewriteRule ^.*$ index.php [END]

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1