.htaccess TinyMCE与htaccess冲突

.htaccess TinyMCE与htaccess冲突,.htaccess,tinymce,.htaccess,Tinymce,TinyMCE显然与htaccess相冲突……在我做了一些SEO之后,图像按钮和HTML按钮都不起作用。但是在执行嵌入它的表单之后,这些按钮就可以工作了 这是.htaccess文件 Options +FollowSymLinks RewriteBase / RewriteEngine on RewriteRule ^content/([^/]*)\.html$ index.php?ecSTAGE=content_browser&content_column=$1 RewriteR

TinyMCE显然与htaccess相冲突……在我做了一些SEO之后,图像按钮和HTML按钮都不起作用。但是在执行嵌入它的表单之后,这些按钮就可以工作了

这是.htaccess文件

Options +FollowSymLinks

RewriteBase /

RewriteEngine on 

RewriteRule ^content/([^/]*)\.html$ index.php?ecSTAGE=content_browser&content_column=$1
RewriteRule ^content/([^/]*)/([^/]*)\.html$ index.php?ecSTAGE=content_browser&content_column=$1&content_subcolumn=$2
RewriteRule ^content/([^/]*)/([^/]*)/([^/]*)\.html$ index.php?ecSTAGE=content_browser&content_column=$1&content_subcolumn=$2&content_subsubcolumn=$3

RewriteRule ^content-id/([^/]*)/([^/]*)\.html$ index.php?ecSTAGE=content_browser&content_column=$1&id=$2

RewriteRule ^index.html$ index.php
RewriteRule ^sitemap.html$ index.php?ecSTAGE=sitemap
RewriteRule ^feedback.html$ index.php?ecSTAGE=feedback

不…没有东西会损坏任何东西。如果我在TinyMCE编辑器中按下图像按钮或HTML按钮,什么都不会发生……页面被加载到iFrame中,但什么都不会出现。发送表单后,按钮可以正常工作。

没有太多的细节需要处理…所以转到
/content/something.html
会破坏图像,但转到
/index.php?摇头丸=内容浏览器和内容列=某物可以正常工作吗?