WYSIWYG editor & creating links problem

4 posts by 3 authors in: Forums > CMS Builder
Last Post: November 17, 2010   (RSS)

Re: [vickiev] WYSIWYG editor & creating links problem

Got an example of the link Vickiev? [:)]

Re: [vickiev] WYSIWYG editor & creating links problem

By Jason - November 17, 2010

Hi vickiev,

Have you made any recent changes to your installation (ie, moved servers, upgraded CMS Builder, etc)? Most WYSIWYG issues are caused by caching, so try clearing your browser's cache, log back in and try again.

If you're still experiencing a problem, please fill out a [url http://www.interactivetools.com/support/]2nd Level Support Request[/url] and we'll take a closer look into this issue for you.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [vickiev] WYSIWYG editor & creating links problem

By Jason - November 17, 2010

Hi vickiev,

What was happening was there was a rule in your .htaccess file that was redirecting .htm pages to .php files. Files used by tinymce use a .htm extension. What we did was add this rule to your .htaccess file:
RewriteCond %{REQUEST_FILENAME} !-f

so that it will only redirect if the .htm file DOESN'T exist. Everything seems to be working now.
Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/