Loading...
 
Skip to main content

Apache error with .htaccess files

Status
Closed
Subject
Apache error with .htaccess files
Version
1.9.x
2.x
Category
  • Error
Feature
Installer (profiles, upgrades and server-related issues)
Search engine optimization (SEO)
Resolution status
Fixed or Solved
Submitted by
wipf
Volunteered to solve
luci
Lastmod by
luci
Rating
(0)
Description

When using the "_htaccess" files in Tikiwiki 1.9.5 you get an "Regex could not be compiled" access error in some of the directories when using Apache 2.2.
The Problem occurs, if the statement <FilesMatch "*"> is in the .htaccess file.

Solution

According to the Apache 2.2 documentation, the Server expects a regular Expression for the FilesMatch directive.
It has to be replaced either by <Files "*"> or by <FilesMatch ".*"> to work correctly.

fixed on 1.9 and 1.10 branch — luci

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
875
Created
Wednesday 06 September, 2006 12:06:09 UTC
by Unknown
LastModif
Sunday 18 June, 2017 23:01:14 UTC


Show PHP error messages