Skip to content
Snippets Groups Projects
Commit f2ac973c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent cf9b4292
Branches
No related tags found
No related merge requests found
# Installation #
Extract archive 1 level above webroot. The document root of the web must point
## Get the files ##
The repository contains a subfolder *public_html*. Run `git clone` or extract the downloaded archive 1 level above webroot. The document root of the web must point
to the public_html directory. The config folder is outside the webroot.
```text
.
├── config
│ ├── aliases.json.dist
│ └── redirects_domain.example.com.json.dist
├── docs
│ ├── ...
| └── ...
├── public_html
│ ├── admin.php
│ ├── classes
│ │ ├── redirect.admin.class.php
│ │ ├── redirect.admin.class.php_enabled.txt.dist
│ │ └── redirect.class.php
│ └── index.php
└── readme.md
```
## Redirect all requests to index.php ##
Redirect all requests to the index.php. Activate the .htaccess or (better)
add the config of the htaccess file to the vhost config.
......
# Configuration #
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
* aliases.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment