.htaccess Validator
Test rewrite rules and redirects against a URL
.htaccess rules
RewriteEngine On # Redirect /old-page to /new-page Redirect 301 /old-page /new-page # Block access to .env files RewriteRule ^\.env$ - [F,L] # Clean URL: /about → about.php RewriteRule ^about$ about.php [L]
URL to test
Client IP
(optional)
Validate