Recent content by traderseo

  1. T

    Recaptcha configuration

    Hello, I have one question Im tryinh to configure recpatcha to avoid bots which are hurting my site. I want to allow Googlebot , hrefs bot and semrushbot. How Can i configure it with this new menus to deny access to all robots directy with a recaptcha ? Many thnaks in advance
  2. T

    301 problem

    Hello, I already solved it. I put in rewrite cyberpanel area ( in virtual host) <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.olddomain\.com$ RewriteRule (.*)$ https://newdomain.com$1 [R=301,L] </IfModule> Many...
  3. T

    301 Redirect for entire domain name

    I have the same problem
  4. T

    301 problem

    hello I use OLS with cyberpanel My problem is that htaccess is not redirecting when I try to redirect old f domain to new domain. Somebody can help me? thx
Top