diff --git a/.htaccess b/.htaccess index 0dc81bd..d30ed4e 100644 --- a/.htaccess +++ b/.htaccess @@ -6,3 +6,5 @@ Options -Indexes +SymLinksIfOwnerMatch RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] + +Header always set X-Frame-Options "DENY" \ No newline at end of file