Clean(er) CubeCart 4 URLs
Friday, November 28th, 2008This modification may not function properly if you have selected “Use FTP generated PHP pages (If all other methods fail)” as the URL Build Option in your CubeCart settings.
If you are using CubeCart version 4 there is a fairly good chance you are making use of the search engine friendly URL features. This will replace a “dirty”, query laced URL with a much cleaner search engine and user friendly URL modeled off of traditional static page URLs.
In making the URL clean, a .html extenstion is added to the end of the URL. For users like me, it’s not quite clean enough.
By leaning on WordPress in many of my web development projects, I’ve grown accustom to having my URLs end with no file extension, just a slash (eg. mycubecart.com/some/friendly/url/). This is what we aim to accomplish here.
(more…)