diff --git a/common.inc.php b/common.inc.php
index 50c3e598806b558628247db7cf0936152b9b0b3a..e8afcb6367530cdfd2ef1f7a073b72eef8414c9c 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -21,7 +21,7 @@ $conf['view']['extension'] = '.view';
 $conf['view']['default'] = 'rdfs:Resource';
 
 $conf['static']['directory'] = 'static/'; #include trailing slash!
-$conf['static']['haanga'] = true; //Should static files be processed by Haanga? 
+$conf['static']['haanga'] = false; //Should static files be processed by Haanga? 
 
 $conf['resource']['url_delimiter'] = "%u";