YAFLogo

Posted by: KK - Friday, 28 June 2013 14:29:37
Hi there YAF folks. I have a question, i don't think this is possible myself, but i wanna make sure. Is it possible to rewrite the YAF forum's URL's from something like this: yaf?g=posts&m=14#post7 to something like this: yaf?topic=This-is-the-title-of-the-post (where this takes the subject string). I would guess it is not, since i don't know how it should get the subject string and use it as a URL, they way YAF seems to be build. Can anyone clarify this for me? Thanks.

Posted by: Zero2Cool - Friday, 28 June 2013 18:25:35
Yes, it is possible. http://packershome.com/forum/yaf_postst18727_Aaron-Rodgers-is--6--Are-you-kidding-me.aspx However, I don't know how I got mine to do it lol I think it has something to do with a SEO setting or something.

Posted by: johnk - Friday, 28 June 2013 20:19:43
Yeah, you can change it to long string. You simply have to enable urlrewriting = "true" in app.config file. It will then follow the rules in urlrewriter.config file to rewrite the url.