No Watermark Shows
-
Hi.
Using the text watermark, recently updated my site to use front to back https:// and the watermark doesn’t work any longer.
My htaccess looks like such:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule ^.*$ https://%1/$1 [R=301,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^(.*)wp-content/gallery/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/gallery/$2 [QSA,L] RewriteRule ^(.*)wp-content/uploads/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/uploads/$2 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I don’t see a reason why it wouldn’t work. I’ve tried uninstalling and re-downloading the plugin and installing it, still no success. Domain is damcomarine.com
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No Watermark Shows’ is closed to new replies.