Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
SEO Friendly URLs

 

 


sagentic
User


May 16, 2008, 9:06 AM

Post #1 of 5 (581 views)
Shortcut
SEO Friendly URLs Can't Post

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


Dave
Staff / Moderator


May 16, 2008, 9:15 AM

Post #2 of 5 (579 views)
Shortcut
Re: [sagentic] SEO Friendly URLs [In reply to] Can't Post

Just add this to the step 1 code:


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
 


sagentic
User


May 16, 2008, 9:34 AM

Post #3 of 5 (577 views)
Shortcut
Re: [Dave] SEO Friendly URLs [In reply to] Can't Post

That works great!


Vaisoco
User

Jul 3, 2008, 11:22 AM

Post #4 of 5 (437 views)
Shortcut
Re: [Dave] SEO Friendly URLs [In reply to] Can't Post

Is this still a manual requirement?


Dave
Staff / Moderator


Jul 3, 2008, 12:52 PM

Post #5 of 5 (432 views)
Shortcut
Re: [Vaisoco] SEO Friendly URLs [In reply to] Can't Post

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