Title: How To Make This Plugin Work (Tutorial)
Last modified: August 21, 2016

---

# How To Make This Plugin Work (Tutorial)

 *  Resolved [CreativeAlien](https://wordpress.org/support/users/creativemarsh/)
 * (@creativemarsh)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/)
 * This is a post for anyone having hard time configuring this plugin.
 * 1. Add RewriteEngine On before their “Adaptive Images .htaccess” code shown in
   Media Settings.
 * 2. Add your Home Directory and any subfolder(s) before wp-content/uploads
    You
   can find your Home Directory and subfolder(s) through Cpanel. After you have 
   added them, your path would look something like this: /home/your-user-name/public_html/
   wp-content/uploads
 * Therefore, the whole code you need to paste to .htaccess would look like:
 *     ```
       RewriteEngine On
       RewriteCond %{REQUEST_URI} /home/your-user-name/public_html/wp-content/uploads
       RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/new-nine-adaptive-images/adaptive-images.php [L]
       ```
   
 * DISCLOSURE: I am not a developer of this plugin nor am I in any way associated
   with him. I have just ran into the problem with this plugin and found a solution.
 * [http://wordpress.org/plugins/new-nine-adaptive-images/](http://wordpress.org/plugins/new-nine-adaptive-images/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260517)
 * Hmmm, I’m trying to do this and no matter what I enter into my PHP (whether permalinks
   are enabled or disabled), I just get a general error on my server. Any ideas 
   what’s going on here?
 *  [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260518)
 * PS – I don’t get errors when I run this on localhost, but it doesn’t seem to 
   have any affect on the front-end either. I do see that the cached images are 
   being created for 1200 size, but can’t seem to see any different images being
   loaded when I inspect the code. Thoughts?
 *  Thread Starter [CreativeAlien](https://wordpress.org/support/users/creativemarsh/)
 * (@creativemarsh)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260519)
 * Did you set the breakpoints in Media Settings?
 *  [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260520)
 * Yep. There set. I’ve tried a few different combos as well.
 *  [lucieforst](https://wordpress.org/support/users/lucieforst/)
 * (@lucieforst)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260557)
 * I am having the same problem as McGuive – no matter where I place it in the .
   htaccess I get an internal server error – any solution?
 *  [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260558)
 * Nothing – I gave up on it. Sorry Lucie!
 * Any word devs?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How To Make This Plugin Work (Tutorial)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/new-nine-adaptive-images_666666.svg)
 * [New Nine Adaptive Images](https://wordpress.org/plugins/new-nine-adaptive-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/new-nine-adaptive-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/new-nine-adaptive-images/)
 * [Active Topics](https://wordpress.org/support/plugin/new-nine-adaptive-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/new-nine-adaptive-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/new-nine-adaptive-images/reviews/)

## Tags

 * [image not found](https://wordpress.org/support/topic-tag/image-not-found/)

 * 6 replies
 * 3 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-make-this-plugin-work-tutorial/#post-4260558)
 * Status: resolved