Skip to content

theflu/Flutos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutos

A flat file photo album. Built with PHP, Bootstrap 4, Twig, DropzoneJS and Lightbox.

Setup

  1. Clone repo
  2. Make config and albums writable by the web user ie: apache or www-data
  3. Create .htaccess file
  4. Point webserver to public_html

Example .htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1&p=$2 [L,NC,QSA]

About

A flat file photo ablum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published