RJ to conduct test flight to Aleppo ahead of potential route resumption

RJ to conduct test flight to Aleppo ahead of potential route resumption

AMMAN — Royal Jordanian Airlines (RJ) announced that it will operate a test flight to Aleppo International Airport on Sunday as part of a comprehensive evaluation before deciding on the resumption of flights between Amman and Aleppo.

RJ CEO Samer Majali said that the test flight will be accompanied by a Jordanian technical team responsible for assessing the operational safety and security of flights to and from Aleppo International Airport, the Jordan News Agency, Petra reported. RJ resumed direct flights to Damascus last January, operating four weekly flights to the Syrian capital after years of suspension.

The route reconnected Damascus to RJ’s global network, which spans over 45 destinations across Europe, the Americas, the Middle East, and the Arabian Gulf. Earlier this year, on January 7, an RJ aircraft carried a delegation from the Civil Aviation Regulatory Commission (CARC) to Damascus to evaluate the airport’s technical and logistical readiness. The upcoming test flight to Aleppo follows the same approach, ensuring that any potential route expansion meets safety and operational standards.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });