Hi all.
I tried to use the rewrite rule for the symfony framework. I build a very simple page that randomized a number and print it on the screen and the symfony routing should view this page when i'm addressing 127.0.0.1/lucky/number.
With the debug server of symfony it's worked, but when I try it on the Hiawatha server i'm getting error 404.
I used the suggested rewrite rule from the manual:
UrlToolkit{
ToolkitID = Symfony2
RequestURI isfile Return
Match .* Rewrite /app.php
}
Any ideas?