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?

Re: [Vaisoco] SEO Friendly URLs

By Dave - July 3, 2008

Yes, the reason is because it doesn't work on all servers.

We may add a global setting for this in future that checks if it's supported and sets it as the default but for now its still a manual requirement to add that line to your viewer.
Dave Edis - Senior Developer
interactivetools.com