Hi everyone!

I have a problem with my routing.yml. My URL is still /vastgoed?
page=3, despite my routing configuration:

estate_page:
  url:   /vastgoed/:page
  param: { module: page, action: estate }

This is how I build the URL:

<?php echo url_for('page/estate?page=' . $page) ?>

Who knows how I can fix this?

Thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to