Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loominade/3f80efe2cad5fba6f481d64a3eb3dd52 to your computer and use it in GitHub Desktop.
Save loominade/3f80efe2cad5fba6f481d64a3eb3dd52 to your computer and use it in GitHub Desktop.
Uncomment rewrite base in drupal 8 htaccess
--- /.htaccess
+++ /.htaccess
@@ -120,7 +120,7 @@
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
- # RewriteBase /
+ RewriteBase /
# Redirect common PHP files to their new locations.
RewriteCond %{REQUEST_URI} ^(.*)?/(install.php) [OR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment