diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-17 12:33:20 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-17 12:33:20 +0100 |
| commit | 6af26ada0dd774f91d411e09a0f344b05cccfe65 (patch) | |
| tree | 9124e7d2c3333f386ec365f31be9fdb1158a8442 /public | |
| parent | b959828115bf2e1ccbbbd4baba540660665d1091 (diff) | |
Add missing .htaccess file
Diffstat (limited to 'public')
| -rw-r--r-- | public/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..f0da25f --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,5 @@ +<IfModule mod_rewrite.c> + # Handle Authorization Header. + RewriteCond %{HTTP:Authorization} . + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] +</IfModule> |
