diff --git a/pandora_console/.htaccess b/pandora_console/.htaccess
new file mode 100644
index 0000000000..593204bd27
--- /dev/null
+++ b/pandora_console/.htaccess
@@ -0,0 +1,2 @@
+# pandora disable listing
+Options -Indexes
\ No newline at end of file
diff --git a/pandora_console/attachment/.htaccess b/pandora_console/attachment/.htaccess
index d6a661a7f8..9459307ce2 100644
--- a/pandora_console/attachment/.htaccess
+++ b/pandora_console/attachment/.htaccess
@@ -1,3 +1,10 @@
-Order deny,allow
-Deny from All
-Allow from localhost
\ No newline at end of file
+#Order deny,allow
+#Deny from All
+#Allow from localhost
+
+#pandora disable phpexec
+
+Deny from all
+Allow from localhost
+
+php_flag engine off
diff --git a/pandora_console/images/.htaccess b/pandora_console/images/.htaccess
new file mode 100644
index 0000000000..4b551eebe2
--- /dev/null
+++ b/pandora_console/images/.htaccess
@@ -0,0 +1,5 @@
+#pandora disable phpexec
+
+Deny from all
+
+php_flag engine off