Guest User

Untitled

a guest
May 20th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <route name="shop" pattern="^/(name:[a-zA-Z0-9_]+)" module="Shop" action="Index">
  2. <route name=".category" pattern="^/category" action="Category">
  3. <route name=".id" pattern="^/(id:[0-9]+)$" action="CategoryId" />
  4. </route>
  5. </route>
  6.  
  7. A request for /FishyJoes/category/is-this-a-valid-url fallbacks on /FishyJoes/category, however a 404 is wanted behaviour
Add Comment
Please, Sign In to add comment