Forum

Rules for Fat-Free aka F3 Framework

Dale
12 August 2012, 01:22
I have installed version 8.4. I have it working for HTML and PHP files in general.

I have tried Banshee rules but they did not work.

The Fat-Free documentation shows the following Apache settings:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]

I am not an expert on these things but would like to know if anyone has setup Fat-Free and could provide the rules in UrlToolkit form.

Thanks,
Dale

Hugo Leisink
12 August 2012, 08:22
I can assure you, the Banshee UrlToolkit rules work fine. For the Banshee PHP framework that is. The apache rewrite rules you mentioned look like this for Hiawatha:
RequestURI exists Return
Match .*\?(.*) Rewrite /index.php?$1
Match .* Rewrite /index.php


I've taken a quick look at this fat-free framework. I doesn't look like a clean and solid framework to me. I this really what you want? I advice you to take another look at Banshee. It's better structured and more secure than this fat-free thing.
Dale
12 August 2012, 14:16
Hi Hugo,
Thanks for the rules. I will take a hard look at Banshee as well. I do like your Web server. It was easy to setup and get working. The fact that you personally responded to my question is amazing.

Thanks for your work on Hiawatha,
Dale
This topic has been closed.