مولّد عمليات إعادة التوجيه
Generate .htaccess, Nginx, and meta tag redirect rules for 301 and 302 redirects.
Permanent redirect - passes SEO value
RewriteEngine On # Redirect /old-page to /new-page RewriteRule ^old-page$ /new-page [R=301,L]
About .htaccess redirects:
- Place the code in your .htaccess file in the website root
- Requires Apache with mod_rewrite enabled
- Rules are processed top to bottom
كيفية استخدام مولّد عمليات إعادة التوجيه
Enter old and new URLs
Specify the source URL you want to redirect from and the destination URL to redirect to.
Choose redirect type and format
Select 301 (permanent) or 302 (temporary) and pick the output format for your server.
Copy the redirect code
Copy the generated redirect code and add it to your server configuration or HTML file.
حول أداة مولّد عمليات إعادة التوجيه
Generate .htaccess, Nginx, and meta tag redirect rules for 301 and 302 redirects. تعمل أداة مولّد عمليات إعادة التوجيه المجانية من BuildQuill بالكامل داخل متصفحك. لا تُرسل أي بيانات إلى أي خادم، مما يحافظ على خصوصية معلوماتك. لا حاجة إلى تسجيل أو تثبيت.
- مجانية الاستخدام بدون الحاجة إلى حساب
- تعمل في جميع المتصفحات الحديثة
- تتم كل المعالجة محليًا داخل متصفحك
- جزء من مجموعة أدوات تحسين محركات البحث في BuildQuill
الأسئلة الشائعة
What is the difference between a 301 and 302 redirect?
Which redirect format should I use?
How do I redirect an entire domain to a new one?
أدوات ذات صلة
تحويل النص إلى Slug
Convert any text into a clean, URL-friendly slug for your website.
مولّد لوحات الألوان
Generate harmonious color palettes from any base color. Complementary, triadic, analogous, and more.
مولّد التجزئة (Hash)
Generate SHA-1, SHA-256, and SHA-512 hashes from any text input.
تحويل الصورة إلى Base64
Convert any image to a Base64 data URL instantly in your browser. No upload, fully private.
مولّد تجزئة MD5
Generate MD5 hash from any text string for checksums and verification.
مولّد وسوم Meta
Generate perfect HTML meta tags for SEO, Open Graph, and Twitter Cards in seconds.