aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-04 13:38:05 +0100
committerThomas Lange <code@nerdmind.de>2017-03-04 13:38:05 +0100
commite3f8e673493730343fdb069f9fffa334b41dca30 (patch)
tree046abeebf6fcb31d11408719992554d20869e6e2 /.htaccess
parentac66d6889e6b5b19130754341c2736cfca301549 (diff)
downloadblog-e3f8e673493730343fdb069f9fffa334b41dca30.tar.gz
blog-e3f8e673493730343fdb069f9fffa334b41dca30.tar.xz
blog-e3f8e673493730343fdb069f9fffa334b41dca30.zip
RewriteBase added again because it causes problems on simple redirects if it is missing.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 9a9ea56..0aadc0a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -15,6 +15,11 @@
RewriteEngine On
#===============================================================================
+# Define RewriteBase
+#===============================================================================
+RewriteBase /
+
+#===============================================================================
# ErrorDocument handler
#===============================================================================
ErrorDocument 403 /system/403.php