Skip to content
🔧

Generador de .htaccess

Redes y Operaciones · Herramienta online gratuita

Generar reglas .htaccess de redirección/caché/autenticación.

Equipo CoderNewbie

Common Options

Rules

.htaccess
# .htaccess
# Generated by codernewbie.com

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Redirects & Rewrites
RewriteEngine On
Redirect 301 /old-page.html /new-page.html

# Block access to dotfiles
<FilesMatch "^\.">
  Require all denied
</FilesMatch>

# Custom error pages
ErrorDocument 404 /404.html
ErrorDocument 403 /403.html
ErrorDocument 500 /500.html

Apache mod_rewrite

Genera directivas RewriteRule y Redirect para Apache HTTP Server.

Múltiples códigos de redirección

Soporta códigos de estado 301, 302, 307 y 308 por regla.

Listo para subir

Descarga el archivo como .htaccess y súbelo a la raíz de tu sitio.

Cómo usar Generador de .htaccess

  1. 1Enter the URL, IP address, or network parameter to look up.
  2. 2Click the lookup or test button.
  3. 3Review the detailed results in the output panel.
  4. 4Use the information for your network operations.

Características

  • 100% gratis — sin registro, sin suscripción, sin anuncios
  • Funciona íntegramente en tu navegador — los datos nunca salen de tu dispositivo
  • Rápida y ligera — resultados instantáneos
  • Multiplataforma — funciona en escritorio, tableta y móvil

Preguntas frecuentes

Are network lookups real-time?

Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.

Is my IP address logged?

The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.

Herramientas relacionadas