https://github.com/donatj/rewriterule-generator
Tool to generate .htaccess RewriteRule's from a tabbed set of data
https://github.com/donatj/rewriterule-generator
apache mod-rewrite
Last synced: 13 days ago
JSON representation
Tool to generate .htaccess RewriteRule's from a tabbed set of data
- Host: GitHub
- URL: https://github.com/donatj/rewriterule-generator
- Owner: donatj
- License: mit
- Created: 2011-03-01T00:18:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T04:27:44.000Z (20 days ago)
- Last Synced: 2025-05-09T05:21:16.720Z (20 days ago)
- Topics: apache, mod-rewrite
- Language: PHP
- Homepage: https://donatstudios.com/RewriteRule_Generator
- Size: 109 KB
- Stars: 127
- Watchers: 14
- Forks: 81
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mod Rewrite Rule Generator

[](https://packagist.org/packages/donatj/rewrite-generator)
[](https://packagist.org/packages/donatj/rewrite-generator)Web Frontend: https://donatstudios.com/RewriteRule_Generator
## What it is
* A simple builder of RewriteCond / RewriteRule's handling GET strings in any order.
* Free and open source## What it is not
* Perfect
## Todo:
* [ ] Nginx Option
* This is proving to be more difficult than initially anticipated. Handling the GET parameters in **any order** may require the use of
if statements which is frowned upon in the Nginx community and has performance overheads.