Page 1 of 1

FCKEditor contains my own blog

Posted: Wed Jan 11, 2006 11:45 am
by leonard
Hi,

I switched to FCKEditor and found that the whole index page is in the fckeditor itself.

I found out that it is caused by the Rewrite rule (I don't have the rewrite rule for fckeditor). My question is: is it all right to add the following into the .htaccess:

RewriteRule ^plugins/serendipity_event_fckeditor/fckeditor/(.*) plugins/serendipity_event_fckeditor/fckeditor/$1 [L,QSA]

Re: FCKEditor contains my own blog

Posted: Wed Jan 11, 2006 2:54 pm
by garvinhicking
The FCKEditor plugin should contain a ".htaccess" file which already disables the Rewriting for that plugin...don't you have it?

Regards,
Garvin

Posted: Wed Jan 11, 2006 3:09 pm
by leonard
Does the .htaccess that comes with the plugin is located at the plugins/serendipity_event_fckeditor/.htaccess? If it does, then I don't have it. Similarly I had previously tried TinyMCE and it has the same problem. I guess the solution is similar?

Posted: Wed Jan 11, 2006 3:22 pm
by garvinhicking
Yes, right, the file should come with that directory. Same as TinyMCE, you are right. It is contained in our CVS repository; how did you download the plugin(s)?

Maybe spartacus couldn't download those files, if you used that? In that case, please just create such a htaccess file :)

Regards,
Garvin

Posted: Wed Jan 11, 2006 3:34 pm
by leonard
Yes, I download the plugin through spartacus and it does not have the .htaccess file. Anyway I added it into the serendipity_event_fckeditor directory and it works now. Thanks!