Force traffic to go to trade using url

Post Reply
xwwwx
Posts: 10
Joined: Sat Aug 17, 2013 2:44 am

Force traffic to go to trade using url

Post by xwwwx »

I am trying to make some browsers to go always to trades instead of galleries, a friend told me I should add &p=100 to the gallery url, but that doesn't seem to work. To test I added this to the .htaccess file:

Code: Select all

RewriteCond %{HTTP_USER_AGENT} ^irefox+
RewriteRule ^gallery/(.*)/(.*)/index.html?(.*)$ /scj/cgi/out.php?link=images/%{QUERY_STRING}&url=content&content_id=$2&p=100  [R,L]
I used the [R,L] just to test if the redirection was working fine, and it does, the galleries redirects to the url with the &p=100 but is not forcing the traffic to go to trades, it still opens the gallery.

So what do i have to add to the url to make it go to trades always?
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Force traffic to go to trade using url

Post by admin »

&p=100 means all to galleries

p = skimming

so you need &p=0
Don't forget to run script update
Post Reply