Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boost
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
boost
Commits
769d0bcc
Commit
769d0bcc
authored
Apr 4, 2011
by
Mike Carper
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1113846
by mikeytown2, David4514: apache 1.3 fixes.
parent
c8c76e46
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
boost.module
+2
-2
2 additions, 2 deletions
boost.module
with
2 additions
and
2 deletions
boost.module
+
2
−
2
View file @
769d0bcc
...
...
@@ -1298,11 +1298,11 @@ function boost_htaccess_cache_dir_generate() {
}
// Set html expiration time to the past and put in boost header if desired.
$files
=
implode
(
'|'
,
$files
);
$files
=
'('
.
implode
(
'|'
,
$files
)
.
')'
;
if
(
$gzip
)
{
$files
.
=
'(\.gz)?'
;
}
$string
.
=
"<FilesMatch
\"
\.
(
$files
)
$\"
>
\n
";
$string
.
=
"<FilesMatch
\"
\.
$files
$\"
>
\n
";
$string
.= "
<
IfModule
mod_expires
.
c
>
\n
";
$string
.= "
ExpiresDefault
A5\n
";
$string
.= "
</
IfModule
>
\n
";
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment