• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tuckey UrlRewrite.xml split into multiple files

 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

Well as the subject header suggests... Does anyone know the syntax for splitting a tuckey urlrewrite.xml into multiple files?
I have one file at the moment which I think is going to become a biggy, so was thinking of spliting it on modiules (user-rewrite.xml, products-rewrite.xml etc etc etc) which I figure can then be imported or something, into the principle urlrewrite.xml file.

Can this be done and if so, what is the syntax?
I have tried:


But it wasn't picked up.
reply
    Bookmark Topic Watch Topic
  • New Topic