XModPro

Issues with generated Friendly URLs

David Puffenberger David Puffenberger asked Jan 24, 2016
Active Feb 5 · Viewed 1959 times
<p>Hi there.</p><p>I'm trying to put together a template with a detail view that has auto-generated friendly URLs for basic linking and SEO purposes.</p><p>Right now, I'm using two templates and trying to link over using “NavigateURL”. But it’s only generating query strings when using a string value as the parameter. (Example: http://localhost/listings?property=property+name)</p><p>I can manually modify the URL using the normal slashes but the string value only works if I enter %20 to fill any spaces.</p><p>I’m a bit at a loss of what to do to get the URLs to appear in the same format as DNN pages that contain spaces. I really want the URLs to look like this: http://localhost/listings/property/property-name.</p><p>I’ve done everything I can think of including updating the Friendly URL config file but nothing I try changes the way the URL is rendered.</p><p>Is there any way to correct this? I'm using a fresh localhost installation of DNN 8.0 and XMod Pro 4.7.1.</p><p>Thanks in advance for any assistance.</p><p>-David</p>

2 Answers

Loading answers...