Page 1 of 1

[solved] TinyMCE:insert image fails with permissions problem

Posted: Wed Sep 21, 2016 12:00 pm
by dlen
History:
Had switched to prettyURLs and therefore copied the provided htaccess.txt into the .htaccess file.

Action:
Try to insert image via TinyMCE - modify/insert image - browse images.

Result:

Code: Select all

Forbidden
You don't have permission to access /modules/TinyMCE/responsive_filemanager/filemanager/dialog.php on this server.
Resolution:
Deactivate the following line in .htaccess:

Code: Select all

RedirectMatch 403 ^.*/modules/.*\.php$
May be there is another, better solution?

A related post is viewtopic.php?f=7&t=74551&hilit=image+dialog.