.htaccess Generator
Generate Apache configs
文件零上传 · 即用即删
Introduction
Online .htaccess generator. Supports generating URL rewrite, redirect, cache control, and security Apache config rules.
Usage
- 1选择需要的功能模块(重写 / 缓存 / 压缩 / 安全)。
- 2填写配置参数。
- 3预览生成的 .htaccess 内容。
- 4点击「复制」或「下载」获取文件。
Related Tools
.htaccess Code
# 301 Redirect RewriteEngine On RewriteRule ^old-page$ /new-page [R=301,L]