-- Daniel Latter <[email protected]> wrote (on Tuesday, 09 March 2010, 02:52 PM +0000): > what about using htaccess somehow? > > To turn off rewriting on the front-end maybe?
By the time apache gets it, there's no "#" or anything following it; the client never sends that information to the server. > On 9 March 2010 14:42, Matthew Weier O'Phinney <[email protected]> wrote: > > -- MrMastermindNL <[email protected]> wrote > (on Tuesday, 09 March 2010, 06:16 AM -0800): > > I've been looking at the Zend_Controller_Router_Route, but I just can't > > figure out how to set this up. Swfaddress does use th '#" character. So > > preferrable the route would convert /#/controller/action to > > /controller/action. > > > > Does anyone have an example of such a route? Or another solution to get > > solved? I can imagine someone already using SWFaddress in a Zend > Framework > > setup. > > Anything following a # will not be passed to the server -- # denotes an > -in-page anchor. > > Many JS libraries will take the anchor, and use it to determine what > page on the server to request, however -- not sure how flex/flash handle > it. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
