Solves NextGen unsuccessful upload Image issue.
-
Hello all..
I have been experiencing a “0 picture(s) successfully added” issue since I upgraded the latest NextGen, ot at least I thought so…
After searching in the forums I realised my problem was .htaccess file…
It had to be;
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# END WordPressBut when I installed “WP Retina 2x” plugin the .htaccess file went back to its previous version… I do not know why…
I recommned you to check .htaccess file and be sure none of the other plugins revert it back to its default version…
Regards
- The topic ‘Solves NextGen unsuccessful upload Image issue.’ is closed to new replies.