Thursday 29 July 2010 7:51:50 am
Hello I am getting Disable editor button when editing content, and the text 'advanced.block' where the editor should be. My .htaccess is
RewriteEngine On
RewriteRule ^LiveSearchSiteAuth\.xml - [L]
RewriteRule ^robots\.txt - [L]
RewriteRule ^crm* - [L]
RewriteRule content/treemenu/? index_treemenu.php
RewriteRule ^index_treemenu\.php - [L]
RewriteRule ^design/standard/images/favicon\.ico - [L]
RewriteRule ^var/[^/]+/cache/(texttoimage|public)/.* - [L]
RewriteRule !(\.(gif|jpe?g?|png|css|js|swf|html?)|var(.+)storage.pdf(.+)\.pdf)$ index.php
DirectoryIndex index.php index.html I really don't know what is wrong. The same .htaccess is used on other site in the same server and works ok. How can I troubleshoot the issue? Thx
|