I activated the cloaking feature in the Options panel and set up my htaccess file. Here is the script of my htaccess file:
# BEGIN WordPress
# WP Robot Link Cloaking START
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^go/([^/]*)/([0-9]+)/([0-9]+)/?$ http://www.stopmigrainesymptoms.com/wp-content/plugins/WPRobot3/cloak.php?post_id=$2&link_num=$3&cloaked_url=$0 [L]
RewriteRule ^go/([^/]+)[/]?$ http://www.stopmigrainesymptoms.com/wp-content/plugins/WPRobot3/cloak.php?name=$1&cloaked_url=$0 [L]
</IfModule>
# WP Robot Link Cloaking END
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^stopmigrainesymptoms\.com
RewriteRule ^(.*)$ http://www.stopmigrainesymptoms.com/$1 [R=permanent,L]
I also checked and there is a cloak.php file in my WPRobot3 plugins folder on my server.
None of the affiliate links are cloaked.
Any suggestions?
