Skip to content
Snippets Groups Projects
Commit 28cc8eab authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess.

parent 73b93b90
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -46,7 +46,7 @@ DirectoryIndex index.php ...@@ -46,7 +46,7 @@ DirectoryIndex index.php
# the rewrite rules are not working properly. # the rewrite rules are not working properly.
#RewriteBase /drupal #RewriteBase /drupal
# Rewrite old-style URLS of the form 'node.php?id=x'. # Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$ #RewriteCond %{QUERY_STRING} ^id=([^&]+)$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment