/home is served by default by page_router (or rather by 'default_home_view'), is it possible to prevent this url being permitted without (301) redirecting, but still using CMS mode? In a sense, having a 301 on a url that is not linked to isn't the end of the world, but it seems superfluous.
If the Fuel CMS navigation url for home has the location set to '/' this prevents the /home segment appearing via fuel_nav(), but the url still responds, and, in sitemap.xml the same url (ie the root domain) is thereby repeated. Does this matter at all?
Comments