<?php\n/**
 * Hibur: prevent LiteSpeed server cache from serving a stale 404 page,
 * and provide a one-time manual purge trigger.
 */
add_action('send_headers', function() {
    if (is_404()) {
        header('X-LiteSpeed-Cache-Control: no-cache');
        header('X-LiteSpeed-Tag: hibur-404');
    }
});

add_action('init', function() {
    if (isset(\$_GET['hibur_purge_ls']) && \$_GET['hibur_purge_ls'] === 'a1f9c3') {
        header('X-LiteSpeed-Purge: tag=hibur-404');
        header('X-LiteSpeed-Purge: *');
        echo 'purge-signal-sent';
        exit;
    }
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//taxreturnil.co.il/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://taxreturnil.co.il/post-sitemap.xml</loc>
		<lastmod>2021-01-31T13:14:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://taxreturnil.co.il/page-sitemap.xml</loc>
		<lastmod>2026-08-26T15:52:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://taxreturnil.co.il/category-sitemap.xml</loc>
		<lastmod>2021-01-31T13:14:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://taxreturnil.co.il/author-sitemap.xml</loc>
		<lastmod>2022-01-24T12:57:24+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->