[eluser]eokorie[/eluser]
I am trying to redesign my website for it to start making use of modules with Modular Separation being my preferred choice.
the main problem i have is with my blog module. On the old site, I have the url as [siteur]/article/[articleid]
now that I have converted this to a blog module. i am getting [siteurl]/blog/[article]/[articleid]
I would like to retain the first format ([siteur]/article/[articleid]) when using the blog module so is there a way i can do this?
Thanks