Hello,
Ok, I see. Please cancel the .htaccess changes you made.
The folder “/wp-content/themes/wp_hot_destinations” is a folder that should not be indexed by crawlers at all. Perhaps the solution for your problem is to disallow this folder in robots.txt file, like this:
User-agent: *
Disallow: /wp-content/themes/wp_hot_destinations/
robots.txt file should be in your site root. If you already have this file, just add disallow command(s) under the “User-agent: *” command.
Thanks,
Milos