SEO Friendly URLs

5 posts by 3 authors in: Forums > CMS Builder
Last Post: July 3, 2008   (RSS)

By Kenny - May 16, 2008

How do you get the SEO friendly URLs to work in 1.15?

Re: [sagentic] SEO Friendly URLs

By Dave - May 16, 2008

Just add this to the step 1 code:

list($records, $details) = getRecords(array(
...
'useSeoUrls' => true,
));


It was confusing a lot of people so we decided to make it something you needed to manually enable.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] SEO Friendly URLs

By Kenny - May 16, 2008

That works great!

Re: [Dave] SEO Friendly URLs

By Vaisoco - July 3, 2008

Is this still a manual requirement?