I built a free visual .htaccess generator because I was tired of Googling Apache directives
Hey everyone,
Like most of you, every time I needed to set up redirects, force HTTPS, add security headers, or configure caching in .htaccess, I'd end up with 15 tabs open copy-pasting snippets and hoping nothing breaks.
So I built GetHtaccess, a simple visual tool where you just pick what you need, configure it through a clean UI, and get your .htaccess file ready to download or copy.
What it does?
- Pick from common rule types (redirects, rewrites, force HTTPS, security headers, caching, gzip, CORS, hotlink protection, block IPs, custom error pages, etc.)
- Configure each rule visually without need to remember Apache syntax
- Stack multiple rules, reorder or remove them
- Copy or download the final .htaccess file
You can also paste an existing .htaccess and it parses it into editable rules
No signup, no login, no ads, no tracking. Not monetized in any way
I built this purely because I kept running into the same problem and figured others do too. It's as straightforward as I could make it, dark UI, works on mobile, zero friction.
Would love to hear feedback or suggestions for rule types I might have missed.
Cheers!