# SEO Redirect Rules Generator

Generate server-side redirections. Instantly export Apache .htaccess directives, Nginx rewrites, WordPress code hooks, or PHP location headers.

### Configure Redirect parameters

Redirect Type
- 301 - Permanent Redirect
- 302 - Temporary Redirect

Server Platform
- Apache (.htaccess)
- Nginx Server Config
- PHP Redirect Header
- WordPress template_redirect

Source Request URL Path

Target Destination URL

### Server Configuration Output

Copy Directives

```
# Apache htaccess Redirect rule
Redirect 301 /old-path https://mywebsite.com/new-path
```

💡 **SEO Best Practices:** Use **301 Redirects** for permanent page moves to preserve up to 95% of your search link authority (Link Juice). Use **302 Redirects** only for temporary outages, testing, or marketing campaigns where you plan to bring the original page back soon.

### Explore Other Free SEO Tools

[📊 **Keyword Density**  
Analyze text for keyword stuffing.](/content/tools/keyword-density/index.html)  
[📍 **GBP Optimizer**  
Analyze Google Business Profile listing.](/content/tools/gbp-optimizer/index.html)  
[🍞 **Breadcrumb Generator**  
Generate BreadcrumbList JSON-LD.](/content/tools/breadcrumb-generator/index.html)
