Skip to content
🔧

Генератор .htaccess

Сеть и эксплуатация · Бесплатный онлайн-инструмент

Генерация правил .htaccess для редиректов/кэширования/авторизации.

Команда EZ4Code

Common Options

Rules

.htaccess
# .htaccess
# Generated by ez4code.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

Генерирует RewriteRule и Redirect-директивы для Apache HTTP Server.

Несколько кодов редиректа

Поддержка кодов 301, 302, 307 и 308 для каждого правила.

Готов к загрузке

Скачивание файла как .htaccess и загрузка в корень сайта.

Как пользоваться: Генератор .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.

Возможности

  • ✓100% бесплатно — без регистрации, подписки и рекламы
  • ✓Работает полностью в браузере — данные не покидают ваше устройство
  • ✓Быстро и легко — мгновенный результат
  • ✓Кроссплатформенность — компьютеры, планшеты и смартфоны

Часто задаваемые вопросы

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.

Why do geolocation results differ between providers?

Each provider maintains its own IP-to-location database with different update cycles and coverage. Treat any single result as an approximation, not an exact address.

Do the results reflect me if I use a proxy or VPN?

No. Results show the egress IP of the proxy or VPN you are connected through. Disconnect it if you need your real public IP.

Похожие инструменты