From a9929165e9fdda8ba27de9add36884bade36118d Mon Sep 17 00:00:00 2001 From: "nick@yes-interactive.com" Date: Tue, 28 Jan 2020 03:00:58 +0000 Subject: [PATCH] update --- .htaccess | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 0bd6920..0000000 --- a/.htaccess +++ /dev/null @@ -1,18 +0,0 @@ - - Options +FollowSymlinks - Options +Indexes - RewriteEngine on - - # set directory to FSL Install if your app is in a subfolder else set this to / - RewriteBase /gitprojects/dad-jokes_microservice - - # test string is a valid files - RewriteCond %{SCRIPT_FILENAME} !-f - # test string is a valid directory - RewriteCond %{SCRIPT_FILENAME} !-d - - RewriteRule ^(.*)$ index.php?uri=/$1 [NC,L,QSA] - # with QSA flag (query string append), - # forces the rewrite engine to append a query string part of the - # substitution string to the existing string, instead of replacing it. -