I am trying to setup and learn the Fat Free Framework for PHP. http://fatfree.sourceforge.net/
It\'s is fairly simple to setup and I am running it on my machine usi
I'm running this with a MAMP stack. I renamed their folder from "fatfree-master" to "f3". I put that folder next to htdocs. Their .htaccess file (now inside MAMP/f3/lib) remains untouched.
My .htaccess (in my web subfolder) is stock standard as per their example:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L,QSA]
Hope this helps someone.