Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Tue, 09/20/2005 - 09:18
#1
scrypton
Joined:
21/11/2005
Posts:
16
Set MCPUK to relative path?
Tue, 09/20/2005 - 09:18
#2
scrypton
Joined:
21/11/2005
Posts:
16
RE: Set MCPUK to relative path?
FOUND IT!!!!
In filemanager\browser\mcpuk\connectors\php\config.php
go to this line (line 42 for me):
$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['SERVER_NAME'];
and replace it with:
$fckphp_config['urlprefix']="";
Hope this helps!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Set MCPUK to relative path?
In filemanager\browser\mcpuk\connectors\php\config.php
go to this line (line 42 for me):
$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['SERVER_NAME'];
and replace it with:
$fckphp_config['urlprefix']="";
Hope this helps!