donatj / rewrite-generator
Server Rewrite Generator
Fund package maintenance!
www.paypal.me/donatj/15
Ko Fi
donatj
Installs: 2 438
Dependents: 0
Suggesters: 0
Security: 0
Stars: 128
Watchers: 16
Forks: 81
Open Issues: 6
Requires
- php: >=7.1
Requires (Dev)
- corpus/coding-standard: ^0.4.0
- donatj/drop: ^1.0
- phpunit/phpunit: ~7.5|~9.3
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-27 19:55:22 UTC
README
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.