رجوع

أدوات المطور

مولد Nginx Redirect

إنشاء Nginx redirect rules لـ one URL إلى another.

التصنيف

أدوات المطور

الوسوم

nginxredirectseoserver config
المزيد من أدوات المطور
الإدخال

مولد Nginx Redirect

nginxredirectseoserver config
الإخراج

Generated Nginx redirect

location = /old-page {
  return 301 https://example.com/new-page;
}