TinyMCE与htaccess冲突

时间:2015-02-18 18:09:36

标签: .htaccess tinymce

TinyMCE显然与htaccess冲突...在我做了一些搜索引擎优化之后,图像按钮和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

1 个答案:

答案 0 :(得分:0)

不......什么都没有破坏。如果我按下TinyMCE编辑器中的图像按钮或HTML按钮,则没有任何反应......页面被加载到iframe中,但没有任何内容出现。在按钮正常工作后发送表单后。