Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question
The error comes before you have any chance to redirect. It would be better to create a 404 error handler that filters and silently redirects the failed URLs to another location. – faa Jan 2 at 15:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.