7
and if i put that kind of image user can click on it ?and to enter my site?!That was my question...thanks..
p.s:i`ve just tested if you put this:
RewriteRule .*\.(gif|jpg|pdf|zip|rar)$
http://yoursite.com/tricky-image.jpg [R,NC]
It will show the image but when you click on it it will not go to yoursite.com will open an new window and display the picture tricky-image more larger...
And i`ve tested with :
RewriteRule .*\.(gif|jpg|pdf|zip|rar)$
http://www.yoursite.com [R,NC]
If you put like this it will display an big X blank image and if you click open new window with an big X ...so normaly i need when it shows that big X or that image not to open an new window with that image or the big X i need to open an new window to
http://www.mysite.com ....any solution for this?!
Or how to put an redirect on htacces from that trickimage.jpg when someone try to click on it to redirect it to
http://www.mysite.com ?!This maybe an solution too but how to do it more exactly?!
regards...