RewriteEngine On

RewriteRule ^sitemap\.xml$ /map/index/xml

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_HOST} ^admin\..+$
RewriteRule .* admin.php/$0 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* web.php/$0 [L,QSA]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-alt-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
