diff --git a/.htaccess b/.htaccess
index 9fded1ed8185d4876a778a266ef52bcf2edab5c6..48960e7c94170d5f9612714d8d924562a52f6452 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,6 @@
-ErrorDocument 404 /404.html
\ No newline at end of file
+ErrorDocument 404 /404.html
+
+<FilesMatch "\.(sql)$">
+    Order Deny,Allow
+    Deny from all
+</FilesMatch>
\ No newline at end of file