Htaccess question

dadboss

BANNED
Joined
Sep 29, 2007
Messages
83
Reaction score
55
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
 
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.
 
Back
Top