क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

Raipur Traffic: रायपुर के इन 19 मार्गों पर भारी वाहनों की एंट्री पर रोक

On: अप्रैल 22, 2026 5:48 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

Raipur Traffic: रायपुर शहर में यातायात और लोक सुरक्षा को ध्यान में रखते हुए पुलिस कमिश्नर संजीव शुक्ला ने बड़ा आदेश जारी किया है। मोटरयान अधिनियम 1988 की धारा 115 के तहत रिंग रोड-023 और रिंग रोड-02 से शहर के भीतर आने वाले 19 प्रवेश मार्गों पर मध्यम और भारी मालवाहक वाहनों के प्रवेश पर प्रतिबंध लगाया गया है। (रायपुर में भारी वाहनों की एंट्री पर रोक)यह प्रतिबंध प्रतिदिन प्रातः 05:00 बजे से रात्रि 12:00 बजे तक प्रभावी रहेगा। आदेश 15 अप्रैल 2026 से लागू किया गया है, जो 30 अप्रैल 2026 तक प्रभावी रहेगा। (रायपुर भारी वाहनों पर प्रतिबंध). प्रतिबंधित मार्गों में तेलीबांधा थाना चौक, कैनाल रोड (रिंग रोड-01), महावीर नगर चौक, राजेंद्र नगर चौक, पचपेड़ी नाका चौक, संतोषीनगर चौक, भाठागांव चौक, कुशालपुर चौक, रायपुरा चौक, कचना रेलवे क्रॉसिंग, डीडी नगर प्रवेश मार्ग, अरिहंत नगर प्रवेश मार्ग, टाटीबंध चौक, हीरापुर टर्निंग, गोगांव तिराहा (रिंग रोड-02), गोंदवारा तिराहा (रिंग रोड-02), पाटीदार भवन के सामने भनपुरी, विधानसभा रोड स्थित वीआईपी तिराहा और एक्सप्रेस-वे ब्रिज के नीचे रिंग रोड मार्ग शामिल हैं। (Raipur Traffic Ban Routes)

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });