<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^(.*)/conf/config_ckeditor.js$
RewriteRule .* %1/index.php?page=xtlive_elements&page_action=getCKEditorCustomConfig&resp_type=js [R,L]
</IfModule>