I need to create a site with the standard template/page URL structure (I can’t use the page module for this site) using just a few generic templates. Does anyone know of a way to effectively remove the name of the basic template from the URL? So instead of
<a href="http://www.domain.com/products/generic-template/myproducts">http://www.domain.com/products/generic-template/myproducts</a><a href="http://www.domain.com/products/myproducts">http://www.domain.com/products/myproducts</a>Thanks,
Andrew