Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
redirect-handler
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
redirect-handler
Commits
1bab3747
Commit
1bab3747
authored
3 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
cf743ecd
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/10_📑_Features.md
+1
-0
1 addition, 0 deletions
docs/10_📑_Features.md
docs/20_▶️_Installation.md
+1
-1
1 addition, 1 deletion
docs/20_▶️_Installation.md
docs/30_⚙️_Configuration.md
+10
-2
10 additions, 2 deletions
docs/30_⚙️_Configuration.md
readme.md
+3
-3
3 additions, 3 deletions
readme.md
with
15 additions
and
6 deletions
docs/10_📑_Features.md
+
1
−
0
View file @
1bab3747
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
*
aliases can be defined to handle same redirects
*
aliases can be defined to handle same redirects
*
optional debugging (will be written into http reponse header)
*
optional debugging (will be written into http reponse header)
*
admin to list and filter all existing domains and redirects
*
admin to list and filter all existing domains and redirects
*
debug processing
This diff is collapsed.
Click to expand it.
docs/20_▶️_Installation.md
+
1
−
1
View file @
1bab3747
...
@@ -26,7 +26,7 @@ to the public_html directory. The config folder is outside the webroot.
...
@@ -26,7 +26,7 @@ to the public_html directory. The config folder is outside the webroot.
## Redirect all requests to index.php ##
## Redirect all requests to index.php ##
Redirect all requests to the index.php. Activate the .htaccess or (better)
Redirect all requests to the index.php. Activate the .htaccess or (better)
add the config
of the htaccess file
to the vhost config.
add the config to the vhost config.
```
text
```
text
RewriteEngine On
RewriteEngine On
...
...
This diff is collapsed.
Click to expand it.
docs/30_⚙️_Configuration.md
+
10
−
2
View file @
1bab3747
...
@@ -3,8 +3,16 @@
...
@@ -3,8 +3,16 @@
In the
*./config/*
folder are json files. Copy the dist files to the same filename without ".dist"
In the
*./config/*
folder are json files. Copy the dist files to the same filename without ".dist"
*
redirects_[FQDN].json
*
redirects_[FQDN].json -
*
aliases.json
*
aliases.json -
You can create multipe redirect files
`redirects_[FQDN].json`
. We suggest to use the main domain as FQDN.
If you have multiple domains that should use exactly the same redirects then use the
`aliases.json`
.
Other requirements:
*
In the DNS you must point each domain to the redirect website.
*
In the apache web with multiple vhosts: add the need a server alias to process the hostname in the wanted vhost
## Redirects ##
## Redirects ##
...
...
This diff is collapsed.
Click to expand it.
readme.md
+
3
−
3
View file @
1bab3747
...
@@ -5,6 +5,6 @@ Redirect urls of any domain that points here.
...
@@ -5,6 +5,6 @@ Redirect urls of any domain that points here.
Author: Axel Hahn; Institute for Medical Education; University of Bern
Author: Axel Hahn; Institute for Medical Education; University of Bern
License: GNUP GPL 3.0
📄 Source:
<https://git-repo.iml.unibe.ch/iml-open-source/redirect-handler>
\
📜 License: GNU GPL 3.0
\
S
ee the
[
docs
](
./docs
)
📖 Docs:
<https://os-docs.iml.unibe.ch/redirect-handler/>
or s
ee the
[
docs
](
./docs
)
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