Hi Guys & Girls - trying to sort out an issue with my software, but i'm far from a techy ..... Here's the prob: with my "build a niche software" installed, my site appears fine - www.paintballforsale.com - Normally, the links connect through to ebay fine (using "ebay rover" in the link url), but when I try to "cloak" links through the option in the software admin panel, the link directs to a content-less page on my own site. For some reason, the URL's are not redirecting. I have been told that it could be an .htaccess issue. But i have NO experience with .htaccess coding. I have checked with my host, and the apache server is supposed to be fully compliant with this software, as long as the coding is correct. Has anyone ever experienced this, and come up with a fix? The .htaccess file is as follows: Options +FollowSymLinks RewriteEngine On RewriteCond %{SCRIPT_FILENAME} -f [OR] RewriteCond %{SCRIPT_FILENAME} -d [OR] RewriteCond %{ENV:REDIRECT_STATUS} !^$ RewriteRule .* - [L] RewriteRule ^install.php install.php [QSA,L] RewriteRule ^search/([^/]+)?$ index.php?mainCat=search&q=$1 [QSA,L] RewriteRule ^([^/]+)/([^/]+)?$ index.php?mainCat=$1&subCat=$2 [QSA,L] RewriteRule ^([^/]+)?$ index.php?mainCat=$1 [QSA,L] !!!! thanks in advance !!!