Last active
July 10, 2017 14:09
-
-
Save loominade/3f80efe2cad5fba6f481d64a3eb3dd52 to your computer and use it in GitHub Desktop.
Uncomment rewrite base in drupal 8 htaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /.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