folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
Legacy links(back to index)
Have you recently upgraded to FB3, but have posted/shared links of images that you had with FB2? Add this bit to the top of your fb.php (or whatever you named it) file and if someone follows one of the FB2 links it will get to the right place in FB3...

if ($_GET[image]) {
header("Location: http://yourURL/index.php/image/$_GET[image]");
}
posted by Kevin Crafts on 19 Jul 05 at 7:44 PM
FB3 has folderblog 2.x redirecting (including category and archives page redirecting) built in, but I'd broken it with some recent code changes — that ought to be fixed with fb3b16. Thanks for the tip/suggestion, though — if not for this post, I probably never would have realized the built-in redirection no longer works.
posted by donald on 23 Jul 05 at 3:37 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)