Skip to content
🔧

Gerador de .htaccess

Rede e Operações · Ferramenta online gratuita

Gerar regras .htaccess de redirecionamento/cache/auth.

Equipe 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

Gera diretivas RewriteRule e Redirect para o Apache HTTP Server.

Múltiplos Códigos de Redirecionamento

Suporta códigos de status 301, 302, 307 e 308 por regra.

Pronto para Upload

Baixe o arquivo como .htaccess e envie para a raiz do seu site.

Como usar Gerador 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.

Recursos

  • 100% gratuito — sem cadastro, sem assinatura, sem anúncios
  • Funciona inteiramente no navegador — seus dados nunca saem do seu dispositivo
  • Rápido e leve — resultados instantâneos
  • Multiplataforma — funciona em computador, tablet e celular

Perguntas frequentes

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.

Ferramentas relacionadas