20 lines
325 B
Markdown
20 lines
325 B
Markdown
# Ultrashorty
|
|||
|
|
|
||
|
|
Really simple HTTP redirection using a CSV file.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
Create a CSV file with the following headings and add in as many redirects as you like:
|
||
|
|
|
||
|
|
```csv
|
||
|
|
From,To,Status Code
|
||
|
|
```
|
||
|
|
|
||
|
|
Start Ultrashorty:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
ultrashorty /path/to/redirects.csv
|
||
|
|
```
|
||
|
|
|
||
|
|
To load changes to the CSV, just stop and restart Ultrashorty.
|