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?
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!
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?
Hi, I resolve myself my problem. So, I set
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!
is working on a reply...