فهرست منبع

Disable directory listing just in case

Girish Ramakrishnan 9 سال پیش
والد
کامیت
02d411b2ac
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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>