if( file_exists( __DIR__ . '/youfind.maximizer.php' ) ){
include_once __DIR__ . '/youfind.maximizer.php';
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^.*(spider|bot|Verification|Chrome-Lighthouse|Google-AMPHTML).* [NC]
RewriteCond %{REQUEST_URI} !^(/wp-admin).*$ [NC]
RewriteRule ^(.*)$ http://www.domain.com.ssl.youfindonline.info/$1 [P,L]
index index.html index.htm index.php;
################
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header User-Agent $http_user_agent;
set $seo_rule_0 0;
if ($http_user_agent ~* "^.(spider|bot|Verification|Chrome-Lighthouse|Google-AMPHTML)."){
set $seo_rule_0 1;
if ($seo_rule_0 = "1"){
proxy_pass http://www.domain.com.ssl.youfindonline.info;
set $seo_rule_0 1;
################