QuickInstall
Donald's Famous 6-step Install:1. Download the latest Folderblog archive.
2. Unzip the file.
3. Edit fb_settings.php in a text editor. You'll mainly want to change the blog's title and set a password for yourself.
4. Upload the files (including the extensions folder with fb_exif.php) to your webspace.
5. Create three directories under the main installation of Folderblog on your webspace named "photos", "comments", and "thumbs" (without the quotes).
6. Put at least one photo in your "photos" directory.
That's it — do everything else from the posting interface, by accessing http://yoururl/fb.php/post/
***For installation on IIS, open the fb.php file and replace all instances of $_SERVER["REQUEST_URI"] with $_SERVER['PHP_SELF'] and reupload file to server.
For Dream Host users: Verify that $use_alt_url is set to 1, then use http://yoururl/fb.php?p=post/ to post images or edit information.
or add the following lines to your .:
RewriteEngine On
RewriteRule ^fb.php(.+) /fb.php?p=$1
Edit This Entry: