There are image hosting sites that have the actual URL ending with .JPG as an actual page, rather than just an image. Here is an example: http://media.photobucket.com/image/recent/bawanaal/fuck-yea-man_design.png How is this done?
You need to write a mod_rewrite code in your .htaccess file from your server. If you don't have one on your server, just open a new notepad file and save it with the name: .htaccess Then save it to your desktop and upload it to your server. Tell me where you want to add the .png extension so i can give you the code for .htaccess file. -Alex
RewriteRule ^image/([a-zA-Z0-9_-]+).(jpg|jpeg|png|gif|bmp)$ image.php?image=$1.$2 Code (markup): Just an example to show you what clonepal was talking about. You might want to tweak it before going live ..
here is potential solution go to iss settings your virtual directory properties add a extension as *.jpg make it run through asp.net dll