Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MVP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SO
OC
MVP
Merge requests
!60
Adding .htaccess
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Adding .htaccess
36-apache
into
main
Overview
0
Commits
1
Pipelines
7
Changes
2
Closed
Adding .htaccess
mathieu.dartigues
requested to merge
36-apache
into
main
10 months ago
Overview
0
Commits
1
Pipelines
7
Changes
2
related to
#36 (closed)
#19
0
0
Merge request reports
Compare
version 5
version 5
6b587607
10 months ago
version 4
9ca17fb9
10 months ago
version 3
4771d868
10 months ago
version 2
e362500d
10 months ago
version 1
7752bf3e
10 months ago
main (base)
and
latest version
latest version
31b49acd
1 commit,
10 months ago
version 5
6b587607
1 commit,
10 months ago
version 4
9ca17fb9
1 commit,
10 months ago
version 3
4771d868
1 commit,
10 months ago
version 2
e362500d
1 commit,
10 months ago
version 1
7752bf3e
1 commit,
10 months ago
Show latest version
2 files
+
17
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
public/.htaccess
0 → 100644
+
6
−
0
View file @ 31b49acd
Edit in single-file editor
Open in Web IDE
<
Directory
"/var/www/html/mvp-36-apache"
>
FallbackResource
/mvp-36-apache/index.html
</
Directory
>
<
Directory
"./"
>
FallbackResource
./index.html
</
Directory
>
Loading