ADVERTISEMENT

Israel cuts off Gaza's southern city of Rafah and vows to 'vigorously' expand in the territory

Published Apr 13, 2025 12:21 am

TEL AVIV, Israel (AP) — Israel announced Saturday it had completed construction of a new security corridor cutting off the southern city of Rafah from the rest of Gaza, and the military said it would soon expand “vigorously” in most of the small coastal territory.

AP25102602104439.jpg
People gather in a protest demanding the immediate release of hostages held by Hamas in the Gaza Strip, during the Jewish holiday of Passover, in Tel Aviv, Israel, Saturday, April 12, 2025. (AP Photo/Leo Correa)

Palestinians were further squeezed into shrinking areas.

“Activity will expand rapidly to additional locations throughout most of Gaza and you will have to evacuate the fighting zones,” Defense Minister Israel Katz said in a statement, without saying where Palestinians were meant to go.

The statement urged Palestinians to remove Hamas and release the remaining hostages, saying: “This is the only way to stop the war."

Israeli troops were deployed last week to the new security corridor referred to as Morag, the name of a Jewish settlement that once stood between Rafah and Khan Younis, after the army ordered sweeping evacuations covering most of Rafah — an indication it could soon launch another major ground operation.

The Rafah municipality in a statement called Israel's actions a “flagrant breach of international legitimacy.”

Israel has vowed to seize large parts of Gaza to pressure Hamas to release the remaining 59 hostages, 24 of them believed to be alive, and accept proposed new ceasefire terms.

Prime Minister Benjamin Netanyahu's government has also imposed a monthlong blockade on food, fuel and humanitarian aid that has left the territory’s roughly 2 million Palestinians facing acute shortages as supplies dwindle — a tactic that rights groups say is a war crime.

Israel has claimed that enough supplies entered Gaza during the two-month ceasefire that it shattered last month. Aid groups have disputed that.

Netanyahu has said Morag would be “a second Philadelphi corridor,” referring to the Gaza side of the border with Egypt farther south, which has been under Israeli control since May 2024. Israel has also reasserted control of the Netzarim corridor, which cuts off Gaza's northern third from the rest of the territory.

The corridors, coupled with a buffer zone that Israel has razed and expanded, give it more than 50% control of the territory.

Katz said Palestinians interested in “voluntarily” relocating to other countries would be able to as part of a proposal by U.S. President Donald Trump. Palestinians have rejected the proposal and expressed their determination to remain in their homeland.

Trump and Israeli officials have not said how they would respond if Palestinians refuse to leave Gaza. But Human Rights Watch and other groups say the plan would amount to “ethnic cleansing” — the forcible relocation of the civilian population of an ethnic group from a geographic area.

Many Palestinians have been crowding into squalid tent camps or the rubble of their previous homes, often displacing multiple times in response to Israel's evacuation orders since the Hamas-led attack on Oct. 7, 2023, killed some 1,200 people, many of them civilians, and sparked the war.

Israel on Saturday ordered the evacuation of areas east of Khan Younis ahead of an attack. Military spokesperson Avichay Adraee added that militants had fired rockets into Israel from these areas. In the evening, several neighborhoods in Nuseirat in central Gaza were told to evacuate after Israel said it had intercepted a projectile from the territory.

Hamas has said the bombardment poses risks to the hostages as well. On Saturday, the family of the last living American held in Gaza responded to the release of a new video showing Edan Alexander speaking under duress.

“When you sit down to mark Passover, remember that this is not a holiday of freedom as long as Edan and the other 58 hostages are not home,” the family said in a statement.

Families and supporters again rallied in Tel Aviv for a deal to bring everyone home.

Israeli strikes across Gaza continued, killing at least 21 people in the last 24 hours, according to Gaza’s Health Ministry, which doesn’t distinguish between civilians and combatants but says most of the over 50,000 Palestinians killed in the war have been women and children.

The ministry said at least 1,500 people have been killed since Israel's surprise bombardment resumed the war last month.

Israel says it has killed around 20,000 militants in the war, without providing evidence.

Related Tags

World news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.