aboutsummaryrefslogtreecommitdiffhomepage
path: root/.htaccess
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-11-10 10:45:05 +0100
committerGitHub <noreply@github.com>2020-11-10 10:45:05 +0100
commit7e78237fc9106f5f53802c36ce26be0b44938255 (patch)
treeb685903d1acd5ebe46ffee83b5e8e653200a6f06 /.htaccess
parent325cc8adadacef7c4d2d0aa2d26c9d87ce216058 (diff)
parent8a9796014ce6c842095a9d031c8cbf40da761e0f (diff)
downloadShaarli-7e78237fc9106f5f53802c36ce26be0b44938255.tar.gz
Shaarli-7e78237fc9106f5f53802c36ce26be0b44938255.tar.zst
Shaarli-7e78237fc9106f5f53802c36ce26be0b44938255.zip
Merge pull request #1630 from ArthurHoaro/fix/apache-config
Reviewed Apache configuration
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 25fcfb03..9d1522df 100644
--- a/.htaccess
+++ b/.htaccess
@@ -13,7 +13,7 @@ RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
13# Alternative (if the 2 lines above don't work) 13# Alternative (if the 2 lines above don't work)
14# SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 14# SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
15 15
16# REST API 16# Slim URL Redirection
17# Ionos Hosting needs RewriteBase / 17# Ionos Hosting needs RewriteBase /
18# RewriteBase / 18# RewriteBase /
19RewriteCond %{REQUEST_FILENAME} !-f 19RewriteCond %{REQUEST_FILENAME} !-f