• hi every one

    i am glad about this how to watermark images comes through the different location. i am using .htaccess file right now my code is `# BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule (.*)wp-content/uploads/2012/(.*) $1watermark.php?p=bl&q=90&src=wp-content/uploads/2012/$2
    RewriteRule (.*)wp-content/uploads/wppa/(.*) $1watermark.php?p=bl&q=90&src=wp-content/uploads/wppa/$2
    RewriteRule (.*)wp-content/uploads/2013/(.*) $1watermark.php?p=bl&q=90&src=wp-content/uploads/2013/$2
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    `

    Please any one help me into this.

    big thanks in advanc.

  • The topic ‘how to watermark images comes through different url’ is closed to new replies.