I'm using CKEditor 3, and while adding links, before every single link my Website URL is automatic added!! :(
the website is : http://techulus.com/library/view-post.php?id=5
But, everything works fine when I'm running the application on localhost.. the problem exsists only when its run on an online server.
hence the images and external links are not working.. is there a solution ??
As you have noticed, this
As you have noticed, this problem does not occur on the local install, so there must be some setting on your server that is causing this. Have you checked URL rewrite rules etc?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Me too!!
On my localhost dev machine running Xampp it works fine, However on the live linux apache server, any url edited with CKEditor ends up like this
http://myservername.co.uk/"http://www.theExternalWebsite/index.php/"
(Even local links are in quotes)
It looks (to me) like the URL is being enclosed in quotes making the server belive it is a local link and not an external one.
This is a new basic website that has no URL rewriting rules applied by me.
Where would I need to look for these rules and what am I looking for?
Any help greatly received.
Danro
I found the problem .....and
I found the problem .....and the solution
The live server has "magic quotes" turned on in the php.ini.
This I have no access to so my "fix" is to add a function to the top of the affected pages..
the function is....