FCKEditor contains my own blog

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
leonard
Regular
Posts: 6
Joined: Wed Sep 28, 2005 9:22 am
Contact:

FCKEditor contains my own blog

Post 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]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: FCKEditor contains my own blog

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
leonard
Regular
Posts: 6
Joined: Wed Sep 28, 2005 9:22 am
Contact:

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
leonard
Regular
Posts: 6
Joined: Wed Sep 28, 2005 9:22 am
Contact:

Post 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!
Post Reply