Well, the mod_rewrite as such is working.
This means I can both go to:
/index.php/something
and
/something.
However the links that are generated are going to:
/index.php/something which does not look very pretty.
I have looked in the templates and there is no reference to this - a method generates the links.
How can you tell this Symfony method to generate straight links without the /index.php/ in between?
Somehow it looks like a Symfony issue and not a .htaccess issue as the source code in the HTML also contains /index.php/ urls...
Thanks!
