Uninstalling plugin: Broken images & Nginx
-
If I want to uninstall the plugin all my images are showing broken. If I install it again, it is fine, even without actually activating it.
We added this to the nginx:
try_files $uri $uri/ /{FOLDER}index.php$is_args$args;
rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;It is also working for us, but I want to have the option to uninstall it without breaking something.
Can you help me? What is the best practice?
Thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uninstalling plugin: Broken images & Nginx’ is closed to new replies.