A flat file photo album. Built with PHP, Bootstrap 4, Twig, DropzoneJS and Lightbox.
- Clone repo
- Make
config
andalbums
writable by the web user ie: apache or www-data - Create
.htaccess
file - Point webserver to
public_html
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1&p=$2 [L,NC,QSA]