How to include CKeditor which is outside of your document root
Posted
by Asif
on Stack Overflow
See other posts from Stack Overflow
or by Asif
Published on 2010-04-29T08:25:24Z
Indexed on
2010/04/29
9:37 UTC
Read the original article
Hit count: 459
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
© Stack Overflow or respective owner