From d9db6e73d808a48859209e95ce73fe0d0d9bc563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20G=C3=B6ckeritz?= Date: Fri, 10 Feb 2012 19:40:18 +0100 Subject: [PATCH] bugfix for oc-236 --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 86a2de6b94..ebb28b0887 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,9 @@ ErrorDocument 404 /core/templates/404.php php_value upload_max_filesize 512M php_value post_max_size 512M php_value memory_limit 512M -SetEnv htaccessWorking true + + SetEnv htaccessWorking true + RewriteEngine on