How to include CKeditor which is outside of your document root
- by Asif
Hi,
Is it possible to use CKeditor which resides outside of your document root inside document root application?
For e.g. I am having directory structure like:
My Documentroot
C://xampp/htdocs/example.com
My CKeditor is outside and parallel to document root say
C://xampp/lib/ckeditor
How can I call ckeditor.js which is in C://xampp/lib/ckeditor/ckeditor in my application page in C://xampp/htdocs/example.com/editor.php