Page 1 of 1

prettier url for news

Posted: Mon May 22, 2006 4:55 pm
by jd
Hi,

I want to ask how make the pretty url that come with the 0.13 version (great work on that guys btw! congrats!) even prettier.
I mean for instance for the news module - how to make it /news/11 instead of /index.php/news/11 what the default is.

I'm sorry if there is already a post in the forum for that, but I didn't find it.

10x in advance!

Re: prettier url for news

Posted: Mon May 22, 2006 5:17 pm
by Ted
You can use the mod_rewrite functionality instead.

http://wiki.cmsmadesimple.org/index.php ... retty_URLs

Re: prettier url for news

Posted: Mon May 22, 2006 6:42 pm
by jd
10x. It is very nicely explained, though that it kind of not worked....

I did what is said on the wiki, and after that what I type in the addressbar (for instance http://localhost/mypage or http://localhost/myypage) all return to the homepage. What might be the problem?