TweakTown Forums  

Go Back   TweakTown Forums > Software Discussion > Web Development

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 10 votes, 2.60 average. Display Modes
  #1 (permalink)  
Old 05-09-2007, 05:40 AM
Junior Member
 
Join Date: Apr 2007
Posts: 7
Default Opening Images into html using htaccess?

Addhandler Images into php or html

I know this is possible but cannot find it anywhere how to fix this. I would like to open all of my images into a php or html file using htaccess.

Following line were placed in htaccess:

AddHandler headered .jpg
Action headered /header/header.php

Then in the header.php, I've placed:

$header = "header.html";
$footer = "footer.html";

$image = $_SERVER["PATH_TRANSLATED"];
readfile($header);
readfile($image);
readfile($footer);

?>

But the above is opening images as a file. Please Help. Thanks.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-10-2007, 10:28 PM
Junior Member
 
Join Date: Apr 2007
Posts: 7
Default Re: Opening Images into html using htaccess?

Basically this is what I need. All of my gallery images opens up in the browser like this.

http://silentpix.com/gallery/nsfw/pl...titties/00.jpg

is there a way I can open all images to look like this...

http://silentpix.com/image.html

using htaccess so I don't have to recreate all htmls manually.

Thank you in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +8. The time now is 04:59 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright (c) Tweak Town Pty Ltd
You Rated this Thread: