urlrewriter... that was the cause of the problem..
creating the line for the framehelper and moving it from its forum root to the root itself, solved it.
<rewrite url="~/forum/framehelper.aspx(.*)" to="~/framehelper.aspx$1" processing="stop" />
Now if I could just figure out how to rewrite the "choose an avatar".... I would have everything working with yaf rewriting in effect.
If I keep yaf rewriting on, when I go to choose an avatar, I get an error because the system cant find the resource... I have tried rewriting it as follows: to no avail.
<rewrite url="~/forum/yaf_cp_editavatar.aspx?av=(.*)" to="~/forum/default.aspx?g=cp_editavatar&av=$1" processing="stop" />
So I ended up removing the option of choosing an avatar from my system and force the user to enter a url or upload their own..
This way I can turn the urlrewriting on for yaf and my pages are completely seo compliant.
Edited by user
14 years ago
|
Reason: Not specified