Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Profiterole 232 posts 264 karma points
    Dec 21, 2010 @ 19:05
    Profiterole
    0

    TinyMCE+html rewrite does 404 errors

    Hi, I need your help to solve my problem. Some TinyMCE buttons (like HTML or insert insert media file) give me en 404error.

    I have set IIS to redirect all html and htm files to asp.net and, then, I urlrewrite .html to .aspx to use 301 URL Tracker. I thnik that the problem comes from there. If I don't urlrewrite .html to .aspx, I got white/blank page (even in TinyMCE buttons) and if I use rewrite, it becomes a .aspx file and go to 404 page.

    So, I'm thinking of putting an exception for TinyMCE, but where and how?

     

  • Profiterole 232 posts 264 karma points
    Dec 22, 2010 @ 12:50
    Profiterole
    1

    Hi, I resolve myself my problem. So, I set

    rewriteOnlyVirtualUrls="true"

    on urlrewriting.config, and I had ~/umbraco_client/ in exceptionpath et web.config. And finaly, I rename ~/umbraco_client/tinycme3/themes/umbraco/source_editor.htm to source_editor.aspx.

    Now, the html button work again. I don't know if there's an easier option, but now it works!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies