@@ -5,6 +5,10 @@
echo 'hello world!';
});
+ // Needs this in nginx sites-enabled config (in my environment)
+ // location /link/ {
+ // try_files $uri $uri/ /link/index.php;
+ // }
Flight::route('/test', function(){
echo 'routed page test';