YAFLogo

Posted by: MikeJiang - Friday, 14 November 2014 13:43:24
Hi everyone, i am new to yaf.net. i have deployed my forum, the link is :bbs.cn99doc.com. the url is always on default.aspx. eg: on the category page, the url is:http://bbs.cn99doc.com/default.aspx?g=topics&f=1 on the topic page: http://bbs.cn99doc.com/default.aspx?g=posts&t=1#post1 Can anyone help me to rewrite the url like: http://bbs.cn99doc.com/topic/1234. i am using the YAF.NET v2.1.2 version.

Posted by: Zero2Cool - Friday, 14 November 2014 13:57:55
[quote=MikeJiang;64733]Hi everyone, i am new to yaf.net. i have deployed my forum, the link is :bbs.cn99doc.com. the url is always on default.aspx. eg: on the category page, the url is:http://bbs.cn99doc.com/default.aspx?g=topics&f=1 on the topic page: http://bbs.cn99doc.com/default.aspx?g=posts&t=1#post1 Can anyone help me to rewrite the url like: http://bbs.cn99doc.com/topic/1234. i am using the YAF.NET v2.1.2 version.[/quote] Somewhat similar to what you're asking, yes. Check out this thread. http://yetanotherforum.net/forum/posts/t15525-New-URL-rewrite-format#post59580

Posted by: MikeJiang - Friday, 14 November 2014 14:43:05
@Zero2Cool Thanks a lot. i have updated the following: it worked ok in my local, but not worked in the deployment version. i will try to resolved it by myself. many thanks.

Posted by: Zero2Cool - Friday, 14 November 2014 15:04:52
[quote=MikeJiang;64737]@Zero2Cool Thanks a lot. i have updated the following: it worked ok in my local, but not worked in the deployment version. i will try to resolved it by myself. many thanks.[/quote] Try restarting the application via the host settings on your deployed version.

Posted by: MikeJiang - Friday, 14 November 2014 16:47:58
[quote=Zero2Cool;64738][quote=MikeJiang;64737]@Zero2Cool Thanks a lot. i have updated the following: it worked ok in my local, but not worked in the deployment version. i will try to resolved it by myself. many thanks.[/quote] Try restarting the application via the host settings on your deployed version.[/quote] Thanks! But i have restart and re-depoy yaf, the issue is still exist, still the 404 result. i deploy it on the iis sever. do have some other advise. mans thanks.

Posted by: MikeJiang - Saturday, 15 November 2014 06:22:13
This issue is resolved which was related to IIS7. i add a patch of iis on http://support.microsoft.com/kb/980368 And thanks to Zero2Cool.