ballhogjoni Posted April 10, 2013 Share Posted April 10, 2013 So all my routes work correctly right now except one. The one that doesn't work is a new action which causes a 404 but the page still displays what I want, or rather still renders the view. Thing is, when I try to post to the same action I get that 404 error and zend just redirects me to that action, which in turn sends a get request to the server losing what I post. FYI: the action shows a form on the get request and shows a thank you message on the post request. I just added a requestAction to the controller and all other actions work. I haven't added any new routes to the routing file. The other actions work fine. What am I missing? Quote Link to comment https://forums.phpfreaks.com/topic/276757-routing-help-i-think/ Share on other sites More sharing options...
trq Posted April 10, 2013 Share Posted April 10, 2013 Lets guess? Quote Link to comment https://forums.phpfreaks.com/topic/276757-routing-help-i-think/#findComment-1423876 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.