Viewing 1 replies (of 1 total)
  • What to do?

    Actually nothing, but you can Google notify to ignore this file.

    Either add this on top of your .htaccess

    <FilesMatch "(guest.vary)\.php$">
    	Header set X-Robots-Tag "noindex,nofollow,noodp"
    </FilesMatch>

    Or this. Both should work

    
    RewriteCond %{REQUEST_URI} \/guest.vary\.php [NC]
    RewriteRule ^.*$ - [ENV=GUESTVARY:true]
    Header set X-Robots-Tag "noindex,nofollow,noodp" env=GUESTVARY
    • This reply was modified 2 years, 6 months ago by serpentdriver.
Viewing 1 replies (of 1 total)
  • The topic ‘Blank error page, blank page, LiteSpeed ??Cache’ is closed to new replies.