There are no errors when deactivating and/or removing the plugin.
This is what I’m doing with the plugin activated:
1. Upload a blank .htaccess file to the wp-content/uploads directory
2. Check the Medium, Large, and Full Size on Image Formats. I only need my Full Size Images watermarked, but if I only check Full Size, then I get broken images. I don’t have any Medium or Large images, only Full Size.
3. Plugin creates a “alti-watermark.previous.htaccess” file in my uploads directory
4. The .htaccess file gets rewritten with this:
# BEGIN alti-watermark Plugin
<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*(|()\.jpg|.*(?<!-\dx\d)(?<!-\d\dx\d)(?<!-\dx\d\d)(?<!-\d\dx\d\d)(?<!-\d\d\dx\d\d)(?<!-\d\dx\d\d\d)(?<!-\d\d\dx\d\d\d)(?<!-\d\d\d\dx\d\d\d)(?<!-\d\d\d\dx\d\d)(?<!-\d\d\dx\d\d\d\d)(?<!-\d\d\d\dx\d\d\d\d)(?<!-\d\d\d\dx\d\d\d)(?<!-\d\d\d\dx\d\d)(?<!-\d\d\d\d\dx\d\d\d\d\d)\.jpg){1}((\?|\&)([^\.\?\ ]+))*$ ../plugins/alti-watermark/public/views/alti-watermark-public-bridge.php?imageRequested=$1 [PT]
</ifModule>
# [date=2015-09-28 21:04.17] [php=5.3.29] [width=0x0|0x0|fullsize] [plugin_name=alti-watermark] [version=0.3]
# END alti-watermark Plugin
Still, the watermark doesn’t work. Should I delete the .htaccess?