How can i change dynamic url to something else

2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 1, 2010   (RSS)

Re: [jonoc73] How can i change dynamic url to something else

By Jason - October 1, 2010

Hi Jono,

Are you using the ['_link'] field to output all of your links? If so, you can change the values of your List Page URL and your Detail Page URL inside CMS Builder. That should take care of all of the changes for you.

If that doesn't work, you could put this code near the top of latest-news.php

$queryString = array_keys(@$_REQUEST);
if($queryString){
$url = "news-newsletter.php?".$queryString[0];
redirectBrowserToURL($url);
exit;
}


This will do the redirect for you.
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/