From 4a6523cd2da9ccc5a2b4a334e7a33a84f97f1e5b Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 24 Jun 2017 13:42:16 -0400 Subject: Add creds.php file, attempt to connect to database --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..611f7cc --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ^/api/ index.php +RedirectMatch 403 ^/private/.*$ -- cgit