Development of a 1C-Bitrix redirect management module

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1175
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    747
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

Developing a Redirect Management Module for 1C-Bitrix

When restructuring site, URLs change. 301 redirects preserve SEO. Redirect management module lets admins configure redirects without editing .htaccess.

Redirect Types

  • 301 Permanent — old URL moved permanently
  • 302 Temporary — temporary redirect
  • Pattern — regex redirects (*.html → *.php)
  • Group — redirect by condition (all /old/* → /new/*)

Admin Interface

Table with columns:

  • From URL
  • To URL
  • Type (301, 302, pattern)
  • Status (active, inactive)
  • Created date

Admin adds redirects, module updates database. On page request, check redirect table before 404.

Bulk Import

Upload CSV file with old/new URL pairs. Parse and create redirects.

Analytics

Track which redirects are used (404 redirected, traffic stat).

Development Timeline

Stage Duration
Basic (301/302 redirects) 3–5 days
Patterns, bulk import 8–10 days
Analytics & management 12–14 days