I am using a new tool for inline link ads on my site which can be seen at this url: http://www.articlesfox.com/?s=facebook&x=0&y=0 But the links inside the hover layers don't redirect properly which I think is due to the rewrite rules for Wordpress permalinks which redirects everything through index.php. So when you click on the "Twitter" marked links you see that WP messes up because of the rewrite. The facebook targeted link has a temporary fix with gocodes which is why it works. So what would be required is someone who can insert the mod_rewrite directives so that all these hover links work and don't get impeded by the "redirect everything through index.php" directive in the wordpress top level hierarchy. 10$ for this would be reasonable I guess since a whizz can probably come up with this in a second. Obviously I'll have to test this so as to see if it doesn't have any unwanted side effects!
Hello, Hostaff, In your /adintel/ directory put the following .htaccess RewriteEngine off Code (markup): Please, let me know the result. Regards
it's not about mod_rewrite problem but the url. you should escape your url param http://www.articlesfox.com/adintel/stats.php?type=clicks&adID=10&atype=CB&url=http://vandongen1.tweeto.hop.clickbank.net/&keyword=twitter
well good point but when I do RewriteRule . /index.php [NE,L] Code (markup): which should take care of the encoding it changes nothing