Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-server-template
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
Container 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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-server-template
Commits
d9083342
Commit
d9083342
authored
3 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Resync the apache-pack recipe
There were some useful changes
parent
f3875064
No related branches found
No related tags found
No related merge requests found
Pipeline
#61417
passed
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/.htaccess
+7
-9
7 additions, 9 deletions
public/.htaccess
with
7 additions
and
9 deletions
public/.htaccess
+
7
−
9
View file @
d9083342
...
...
@@ -9,7 +9,7 @@ DirectoryIndex index.php
# feature in your server configuration. Uncomment the following line if you
# install assets as symlinks or if you experience problems related to symlinks
# when compiling LESS/Sass/CoffeScript assets.
# Options FollowSymlinks
# Options
+
FollowSymlinks
# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve
# to the front controller "/index.php" but be rewritten to "/index.php/index".
...
...
@@ -27,12 +27,12 @@ DirectoryIndex index.php
# work in environments without path prefix as well, providing a safe, one-size
# fits all solution. But as you do not need it in this case, you can comment
# the following 2 lines to eliminate the overhead.
RewriteCond
%{REQUEST_URI}::$
1
^(/.+)/(.*)::\2$
RewriteRule
^(
.*
)
- [E=BASE:%1]
RewriteCond
%{REQUEST_URI}::$
0
^(/.+)/(.*)::\2$
RewriteRule
.* - [E=BASE:%1]
# Sets the HTTP_AUTHORIZATION header removed by Apache
RewriteCond
%{HTTP:Authorization} .
RewriteRule
^ - [E=HTTP_AUTHORIZATION:%
{HTTP:Authorization}
]
RewriteCond
%{HTTP:Authorization} .
+
RewriteRule
^ - [E=HTTP_AUTHORIZATION:%
0
]
# Redirect to URI without front controller to prevent duplicate content
# (with and without `/index.php`). Only do this redirect on the initial
...
...
@@ -45,15 +45,13 @@ DirectoryIndex index.php
# - disable this feature by commenting the following 2 lines or
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
# following RewriteCond (best solution)
RewriteCond
%{ENV:REDIRECT_STATUS}
^$
RewriteCond
%{ENV:REDIRECT_STATUS}
=""
RewriteRule
^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
RewriteCond
%{REQUEST_FILENAME} -f
RewriteRule
^ - [L]
# Rewrite all other queries to the front controller.
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
^ %{ENV:BASE}/index.php [L]
</
IfModule
>
...
...
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