diff --git a/.htaccess b/.htaccess index 952ded2a..c2156fec 100755 --- a/.htaccess +++ b/.htaccess @@ -9,4 +9,6 @@ RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule /(.*)$ /$1 [L] \ No newline at end of file +RewriteRule /(.*)$ /$1 [L] + +Options -Indexes \ No newline at end of file diff --git a/index.php b/index.php index 23c8f8ee..bb80b58d 100755 --- a/index.php +++ b/index.php @@ -23,8 +23,8 @@