Page 1 of 1

change news links

Posted: Wed Aug 06, 2008 1:31 pm
by force2083
I'm using
CMS Made Simple 1.4 "Jamaica"
PHP 4.4.7
MySQL 5.0.37

Is it possible to change the links generated by the news modul?
I get links like:
http://www.url.tld/index.php?mact=News, ... eturnid=15
http://www.url.tld/index.php?mact=News, ... eturnid=34
...
is it possible to delete the "cntnt01origid=" and "cntnt01returnid=" var at the end of these links or set it to a fixed id ???

Re: change news links

Posted: Wed Aug 06, 2008 1:43 pm
by viebig
Yes, you can use pretty urls. It will look like site.com/11/25/Something-happened/

look for pretty urls in wiki. You have to chnage some settings on you config.php

Re: change news links

Posted: Tue Aug 19, 2008 8:49 am
by force2083
sorry for my late reply... back from my holiday.

my server doesn't support pretty urls (it's an IIS 6.0 Win2k3 Server)

Re: change news links

Posted: Tue Aug 19, 2008 10:48 am
by alby
force2083 wrote: my server doesn't support pretty urls (it's an IIS 6.0 Win2k3 Server)
Look if you can use rewrite for IIS

Alby

Re: change news links

Posted: Tue Aug 19, 2008 4:30 pm
by viebig
you´ll need to add a iis extension named isapi rewrite (commercial). They have a free version Isapi Rewrite Lite

I´ve already tried with Isapi Rewrite Lite, no success