bugfix for oc-236

This commit is contained in:
Stefan Göckeritz 2012-02-10 19:40:18 +01:00
parent bfa69c3e59
commit d9db6e73d8
1 changed files with 3 additions and 1 deletions

View File

@ -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
<IfModule env_module>
SetEnv htaccessWorking true
</IfModule>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on