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/uploadsTherefore, 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.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How To Make This Plugin Work (Tutorial)’ is closed to new replies.