SEO & Web
Redirect Rules Generator (htaccess/nginx)
Generate redirect rules for Apache or Nginx.
Examples
Input
{
"from": "/old",
"to": "https://example.com/new",
"code": "301",
"server": "apache"
}
SEO & Web
Generate redirect rules for Apache or Nginx.
{
"from": "/old",
"to": "https://example.com/new",
"code": "301",
"server": "apache"
}