Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How can you Rewrite image to php file with .htaccess?

Hi, I am wondering if the following is possible in .htaccess and how it should be written down with RewriteRules in the file.

To me all the ^(.*> characters are not making any sense.

I would like all images that have jpg or gif extension to redirect to their specific php pages if they are visited from another domain then my own.

So that you cannot view just the single image but it will always show on the php page where it originated from.

Examples:

http://www.mysite.com/folder1/name-001.jpg

should redirect to

http://www.mysite.com/folder1/name-001.php

http://www.mysite.com/folder1/folder2/anothername....

should redirect to

http://www.mysite.com/folder1/folder2/anothername....

2 Answers

Relevance
  • 8 years ago
    Favourite answer

    Try

    RewriteRule ^(.+).jpg$ /$1.php [NC,L]

    RewriteRule ^(.+).gif$ /$1.php [NC,L]

    RewriteRule ^(.+).jpeg$ /$1.php [NC,L]

    Have fun.

  • 5 years ago

    attributable to John Lemut, I deleted my cookies (historic previous, sparkling present day-day historic previous, make certain in straight forward terms cookies) and the precedence appeared as though it ought to flow away, yet then searched from a seek for website that I had accessed previous to putting cookies, i grew to alter into as with out delay as decrease lower back confronted with redirects. it style of feels that one way or the different my Google seek for settings, set by ability of ability of a Google cookie, have been replaced to "tell the guy whilst approximately to be redirected to an insecure website." i grew to alter into searching for a image of a prominent-day homicide suspect, and the redirects have been going to the dark component of the records superhighway, so i think of of that it ought to have been a secure practices functionality that I by ability of twist of destiny grew to alter into on.

Still have questions? Get answers by asking now.