aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-28 02:50:19 +0100
committerThomas Lange <code@nerdmind.de>2017-02-28 02:50:19 +0100
commitcee28d620ff7d7564e9a27c88bcab1fb593a0c09 (patch)
tree6fef73406ff1483ec668ca758a12f1cdea7effbf /.htaccess
parentb46d6b8e06bb08f1679032af4d75dbeca57b76af (diff)
downloadblog-cee28d620ff7d7564e9a27c88bcab1fb593a0c09.tar.gz
blog-cee28d620ff7d7564e9a27c88bcab1fb593a0c09.tar.xz
blog-cee28d620ff7d7564e9a27c88bcab1fb593a0c09.zip
RewriteBase directive removed so that it is now relative to the directory where the .htaccess file is located.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 1 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index c354b0b..9a9ea56 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,10 +10,9 @@
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
#===============================================================================
-# Enable RewriteEngine and define RewriteBase
+# Enable RewriteEngine
#===============================================================================
RewriteEngine On
-RewriteBase /
#===============================================================================
# ErrorDocument handler