I am new to WebmasterWorld and desperately need assistance with a problem I am having and hope to find a solution here.
When I conduct a search for Eg. 'blue dogs', I receive several search results, all of which I want to exclude.
I do not want any search results if someone searches for that specific term.
Is there a way to exclude the search results I want by including a line in my htaccess file prohibiting results for "blue dogs" and just come back with "search results do not exist" ?
Is this even possible or must I find a way to do this in my dogs.pl file instead?
My htaccess:
RewriteEngine on
RewriteBase /furryfriends
RewriteRule kitty_friends/(.*) cats.pl?$1
RewriteRule doggie_friends/(.*) dogs.pl?$1
Thank you!