D dadboss BANNED Joined Sep 29, 2007 Messages 83 Reaction score 55 Nov 12, 2008 #1 HI I need to put random stuff in my htaccess Ex : 10% of the time it shows an image and 90% of the time it redirect to an url
HI I need to put random stuff in my htaccess Ex : 10% of the time it shows an image and 90% of the time it redirect to an url
fatboy Elite Member Joined Aug 13, 2008 Messages 1,615 Reaction score 3,262 Nov 15, 2008 #2 Not sure how easy that would be using htaccess, but you could do it easily by redirecting from a PHP file. Use the htaccess file to redirect a jpg image to the above PHP script and you should be good to go.
Not sure how easy that would be using htaccess, but you could do it easily by redirecting from a PHP file. Use the htaccess file to redirect a jpg image to the above PHP script and you should be good to go.