Apache RewriteRule Generator - Online mod_rewrite Helper
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
UD5 Toolkit
Instantly create encrypted passwords and secure your Apache directories. No data leaves your browser.
.htpasswd file.
.htaccess file to protect the directory.
AllowOverride AuthConfig is enabled in your Apache config.
.htpasswd file stores usernames and encrypted passwords. It works alongside Apache's .htaccess file to prompt visitors for a username and password before they can access a restricted directory. Our generator creates the exact encrypted string needed for this file.
.htpasswd and upload it to a secure location on your server (outside the public web root if possible)..htaccess and place it inside the directory you want to protect.AuthUserFile points correctly to your .htpasswd file.
.htaccess format is specific to the Apache web server. Nginx and other servers have their own authentication mechanisms. However, the hashed password format generated here (SHA1 {SHA} or MD5 $1$) can sometimes be used with Nginx's ngx_http_auth_basic_module if configured properly.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Build an accessible modal using the native <dialog> element. Customize backdrop, content, and open/close logic. Copy the code.
Generate a complete <head> section with meta charset, viewport, SEO, favicon, and social tags. Customize and copy.
Upload a logo to embed in the center of a QR code. High error correction so it still scans. Download PNG/SVG.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Add columns with types and constraints, then generate a SQL CREATE TABLE statement. Supports MySQL/PostgreSQL.
Get a clean, commented JS plugin skeleton with IIFE or ES module pattern. Start your new library faster.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Write a note encrypted with a passphrase, share the link. Once opened and decrypted, the note is deleted from browser storage. Local only.
Place rectangular pattern pieces on a virtual fabric width to optimize cutting layout and reduce waste. Simple manual drag & drop. Local only.
Write HTML, CSS, and JavaScript in separate panes and see the result in real time. Store your snippets locally.
Generate random, secure coupon codes with a prefix. Choose length and character set. Perfect for store admins. All local.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Paste a list of URLs or texts and generate QR codes all at once. Download as individual images or a single sheet.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Build a basic Nginx server block for a static site, reverse proxy, or PHP. Fill in the blanks and copy the config.
Design custom unordered and ordered lists with images, strings, or counters. Preview and copy the CSS.
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds and milliseconds. Ideal for developers debugging time-related code.
Design a custom analog clock face by choosing colors, hands, and numbers. Download as SVG or PNG. For craft or UI design.
Write SSML to control pitch, speed, and breaks. Play the generated speech with the browser’s TTS engine. Learn SSML.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Design a custom counter style with symbols, range, and speak‑as. Preview ordered lists with your new style. Export the CSS rule.
Generate the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
Combine random character, setting, conflict, and genre to generate unique story prompts. Over 10,000 possible combinations. Perfect for overcoming writer's block.
Upload multiple SVGs and combine them into a single SVG sprite sheet with `<symbol>` and `<use>`. Fast icon system.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Create XID identifiers that are globally unique, time‑based, and MongoDB ObjectID compatible. Copy or download a batch.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.