Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
01aeb2da
Commit
01aeb2da
authored
10 years ago
by
Cyril Vazquez
Browse files
Options
Downloads
Patches
Plain Diff
FIX
#1641
htaccess compatibility issues with Apache < 2.4
parent
fc3cdbc7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/.htaccess
+0
-26
0 additions, 26 deletions
core/trunk/.htaccess
with
0 additions
and
26 deletions
core/trunk/.htaccess
deleted
100644 → 0
+
0
−
26
View file @
fc3cdbc7
DirectoryIndex
index.php
Options
-Indexes
Options
FollowSymLinks
Includes
ExecCGI
Require
all
denied
# Root to allow index.php
<
FilesMatch
"^$"
>
Require
all
granted
</
FilesMatch
>
# Core root
<
FilesMatch
"^(index|ws_server|static|merged_js|merged_css|reopen)\.php$"
>
Require
all
granted
</
FilesMatch
>
# App static files
<
FilesMatch
"\.(css|js|jpg|png|gif)$"
>
Require
all
granted
</
FilesMatch
>
# App tools files
<
FilesMatch
"\.(htm|html|jar)$"
>
Require
all
granted
</
FilesMatch
>
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