I have a lot of URLs with deleted TAGS, like:
www . example . com / tag / tagsname
Which are indexed by Google and giving back 404 errors.
What is correct RewriteRule for .htaccess (I'm running a wordpress site) to redirect all URLs with word /tag/*.* to homepage?
Thanks for the help!