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