Hi guys, i need a bit of a hand Right now, i have a .htaccess that does the following: Clicking a link to a direct file takes you back to my hompage: http://www.itsall3.com/wallpapers/wallpapers/wallpapers/4/7511camera.jpg Using the image as an "image", just makes it show up dead: But if you goto my site, and copy and paste the URL to the image in the address bar, it just messes my site up. What i would like is... 1. Put the image URL in the addressbar => redirect to my site 2. Put the image on a forum or page => show my logo.jpg 3. Apply the settings to all folders below the one with the .htaccess file in it. i.e put it in wallpapers/ and it applys it to wallpapers/size1 wallpapers/size2 etc 4. Dont allow people to view my .htaccess file. Thanks for anyone who can slove these problems. Regards.
Post the .htaccess code. Is wallpapers/wallpapers/wallpapers correct??!! http://www.itsall3.com/wallpapers/wallpapers/wallpapers/4/7511camera.jpg while http://www.itsall3.com/wallpapers/4/7511camera.jpg shows a 404 error.
I didn't try this but once found it when I was looking for a solution: http://altlab.com/htaccess_tutorial.html But instead I wrote a php solution.