Explorar el Código

Disable directory listing just in case

Girish Ramakrishnan hace 9 años
padre
commit
02d411b2ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apache2-wordpress.conf

+ 1 - 0
apache2-wordpress.conf

@@ -12,6 +12,7 @@
 
     # some directories must be protected
    <Directory /app/code/wp-content>
+        DirectoryIndex Off
         Options -FollowSymLinks
         AllowOverride None
         <IfModule mod_php5.c>