Title: [Plugin: Smart 404] Small Problem? Help?
Last modified: August 19, 2016

---

# [Plugin: Smart 404] Small Problem? Help?

 *  [Jon Brown Designs](https://wordpress.org/support/users/jonbrown33/)
 * (@jonbrown33)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-smart-404-small-problem-help/)
 * ok, I have inbound links coming from
 * [http://www.foodandwaterwatch.org/blog/archive/2009/10/09/the-water-challenge-chronicles-jon-week-5/](http://www.foodandwaterwatch.org/blog/archive/2009/10/09/the-water-challenge-chronicles-jon-week-5/)
 * my blog url is actually
 * [http://blog.foodandwaterwatch.org/blog/archive/2009/10/09/the-water-challenge-chronicles-jon-week-5/](http://blog.foodandwaterwatch.org/blog/archive/2009/10/09/the-water-challenge-chronicles-jon-week-5/)
 * very slight difference .www to .blog anyway all incoming links do not trigger
   any sort of redirect in any way. I could really use a helping hand!
 * Jon
 * [http://wordpress.org/extend/plugins/smart-404/](http://wordpress.org/extend/plugins/smart-404/)

Viewing 1 replies (of 1 total)

 *  [michaeltyson](https://wordpress.org/support/users/michaeltyson/)
 * (@michaeltyson)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-smart-404-small-problem-help/#post-1240199)
 * Hiya Jon,
 * I don’t think Smart 404 will be able to help you with this one – it’s only really
   for permalinks, not for changes in domain. Instead, I suggest a little htaccess
   redirect instead.
 * Something like (untested, of course):
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTP_HOST} www.foodandwaterwatch.org
       RewriteRule ^(.*) http://blog.foodandwaterwatch.org/$1 [R=301,L]
       </IfModule>
       ```
   
 * Put that at the start of .htaccess in your WP installation’s root, should sort
   you out.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Smart 404] Small Problem? Help?’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [michaeltyson](https://wordpress.org/support/users/michaeltyson/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-smart-404-small-problem-help/#post-1240199)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
