🔧
.htaccess 생성기
네트워크 및 운영 · 무료 온라인 도구
리디렉션/캐시/인증 .htaccess 규칙 생성.
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
Apache HTTP Server용 RewriteRule 및 Redirect 지시어를 생성합니다.
다중 리디렉션 코드
규칙당 301, 302, 307 및 308 상태 코드를 지원합니다.
업로드 준비
파일을 .htaccess로 다운로드하여 사이트 루트에 업로드합니다.
.htaccess 생성기 사용 방법
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 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.