![]() |
|
|||
|
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. __________________ |
|
|||
|
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. |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|