freeway icon indicating copy to clipboard operation
freeway copied to clipboard

Simple Routing for EE

Results 9 freeway issues
Sort by recently updated
recently updated
newest added

hi, just installed Freeway and getting these errors on the site, please let me know what is wrong, thank you Severity: Notice Message: Undefined offset: 1 Filename: freeway/ext.freeway.php Line Number:...

Hey Doug, You helped me with this problem a while ago on Devot-ee and your fix worked perfectly. Just a reminder to add it to this codebase because it's currently...

Hey man, LOVE this extension and having such flexible control over url segments. However, I'm using it on a MSM site and the routes apply to ALL the sites. Would...

As it stands, Freeway loads all config options from the settings page. This is good for EE beginners, but more advanced users will wail and gnash their teeth. Reasons a...

Freeway should make it possible to pull a specific URL using some kind of named scheme. For example: {exp;freeway:route name="about-us"} => /about-us/ Not sure what the best way to handle...

Hi Doug, Very nice extension and I can't wait to dig in (when I have a need for it), but there's one thing I'm missing compared to 'normal' routes in...

[With Freebie](http://github.com/averyvery/Freebie), I learned messing with EE's URLs is crazy stuff. There are a lot of possible URLs, a lot of extensions and states, and it's impossible to test them...

Right now, if you wanted to write a blog with Freeway, you'd have to account for all possible URLs: ``` journal => blog journal/{{post}} => blog/{{post}} journal/category/{{category}} => blog/category/{{category}} ```...