Force traffic to go to trade using url
Posted: Sat Aug 17, 2013 2:56 am
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:
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?
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]So what do i have to add to the url to make it go to trades always?