Jump to content
  • 0

Настройки TinyMCE для ЧПУ


banyman
 Share

Question

Здравствуйте!

Кто сталкивался с настроками визивига?

Сама проблема в следующем:

Сайт с mod_rewrite и ссылки при загрузке фоток и файлов должны быть прямые. Для картинок (MCImageManager) все нормально получается указать домен и все работавет, а для файлов ( MCFileManager) с теми же настройками не работает. Редактор вместо домена делает условный путь ../ и соответственно ссылка битая.....

MCImageManager

		$host_name = $_SERVER['HTTP_HOST'];
// Preview options
$mcImageManagerConfig['preview.wwwroot'] = ''; // absolute or relative from this script path, try to leave blank system figures it out.
$mcImageManagerConfig['preview.urlprefix'] = "{proto}://www.".$host_name."/"; // domain name
$mcImageManagerConfig['preview.urlsuffix'] = "";
$mcImageManagerConfig['preview.allow_export'] = "urlprefix,urlsuffix";
$mcImageManagerConfig['preview.allow_override'] = "*";

Работает нормально. Путь к картинкам прямой

MCFileManager

		// Preview options
$mcFileManagerConfig['preview.wwwroot'] = $_SERVER['DOCUMENT_ROOT']."/files/"; // absolute or relative from this script path (c:/Inetpub/wwwroot).
$mcFileManagerConfig['preview.urlprefix'] = "{proto}://".$host_name."/"; // domain name
$mcFileManagerConfig['preview.urlsuffix'] = "http://".$host_name."/files/";
$mcFileManagerConfig['preview.include_file_pattern'] = "http://".$host_name."/files/";
$mcFileManagerConfig['preview.exclude_file_pattern'] = "http://".$host_name."/files/";
$mcFileManagerConfig['preview.extensions'] = "*";
$mcFileManagerConfig['preview.allow_export'] = "urlprefix,urlsuffix";
$mcFileManagerConfig['preview.allow_override'] = "*";

с такими настройками получается путь с доменом к файлу, но без слешей и без папки

http://domain.kgfiles.zip

а нужно

http://domain.kg/files/files.zip

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy