November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Jim!
Without having access to your code I have two possible guesses.
Regards
Linus Ekström
EPiServer Development Team
Hi,
It is definately the FriendlyUrlRewriteProvider that is modifying the URLs.
Is it possible to mark certain parts of the web page to not be rewritten? We need certain controls on the page to rewrite their URLs (e.g. convert them to friendly format) and certain parts to leave them alone.
To do this would we have to write our own provider?
Is it possible to extend the current FriendlyUrlRewriteProvider to allow us to filter out certain urls?
Thanks,
Jim.
Hello Jim,
You could have a look at Ted Nybergs post on disabling URL rewriting for specific URLs. Fredrik Haglund also wrote a post where he disable it for a folder or file. And finaly Ruwen have a nice post on overriding EPiServer url rewrite behavior if that is what you should want.
Hope they will help.
/Petter
I am trying to play a Flash video using an Object tag.
One of the Param tag's value attributes and the Embed tags flashvars attribute are an ampersand delimited string:
e.g.
The trouble is that when the page is rendered the ampersands are converted into & and this is casuing a problem with the Flash player.
I have placed this code in a EpiServer template, standard aspx page and a basic HTML page and it happens in all three.I am assuming that is it EpiServer doing this as if I run the standard HTML page from the filesystem the flash player works fine.
Anyone have any ideas?
Thanks in advance....