Line 22 in file .htaccess (Drupal 6.14) is missing a trailing/closing " .
As a result, Apache does not parse the file, e.g. clean URLs doesn't work.
Line 22 in file .htaccess (Drupal 6.14) is missing a trailing/closing " .
As a result, Apache does not parse the file, e.g. clean URLs doesn't work.
Comments
Comment #1
damien tournoud commentedDuplicate of #281131: Missing quotation mark in .htaccess line. This is not a bug: if Apache doesn't parse your configuration file, you probably have a configuration issue.
Comment #2
sibidiba commentedThat is true, the problem is somewhere else and on my side, I misjudged this.