Redirect जोड़ें
सामान्य पैटर्न
Custom Redirect
नियम
.htaccess
Redirect Reference
| Code | प्रकार | उपयोग |
|---|---|---|
301 |
Permanent | Page permanently moved. Passes SEO value to the new URL. |
302 |
Temporary | Page temporarily moved. SEO stays on the original URL. |
307 |
Strict Temp | Like 302, but the request method (POST/GET) is preserved. |
.htaccess Redirect Generator
यह tool क्या करता है
Individual redirect rules जोड़ें या common pattern presets click करके ready-made RewriteRule blocks insert करें। सभी rules एक .htaccess file में combine होते हैं जिसे आप copy या download कर सकते हैं। Right side का reference table बताता है कि प्रत्येक redirect code कब use करें।
उपयोग कैसे करें
- सामान्य पैटर्न click करें (जैसे HTTPS अनिवार्य) तुरंत जोड़ने के लिए।
- या पुराना path और नया URL enter करें, redirect type चुनें, और जोड़ें click करें।
- Rules list review करें और जो नहीं चाहिए उसे हटाएं।
- .htaccess file पाने के लिए कॉपी करें या डाउनलोड click करें।