 |

sagentic
User

May 16, 2008, 9:06 AM
Post #1 of 5
(514 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
(512 views)
Shortcut
|
|
Re: [sagentic] SEO Friendly URLs
[In reply to]
|
Can't Post
|
|
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
|
|
|  |
 |

sagentic
User

May 16, 2008, 9:34 AM
Post #3 of 5
(510 views)
Shortcut
|
That works great!
|
|
|  |
 |

Vaisoco
User
Jul 3, 2008, 11:22 AM
Post #4 of 5
(370 views)
Shortcut
|
Is this still a manual requirement?
|
|
|  |
 |

Dave
Staff
/ Moderator

Jul 3, 2008, 12:52 PM
Post #5 of 5
(365 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
|
|
|  |
|