Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzschille/kb-rewriterule-generator
https://github.com/dzschille/kb-rewriterule-generator
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzschille/kb-rewriterule-generator
- Owner: dzschille
- License: mit
- Created: 2024-04-23T14:29:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T11:40:53.000Z (9 months ago)
- Last Synced: 2024-10-04T13:41:47.139Z (3 months ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fork of https://github.com/pr0grammr/rewriterule-generator
# RewriteRule Generator
This tool generates a .txt file with included RewriteRules from CSV file.
Upload a CSV file with URLs in the format: /old-url.html;/new-url.html## Prerequisites
Install [DDEV](https://ddev.com/).
## Start
```
ddev start
ddev composer install
```
Then open the page in the browser.