Viewing 1 replies (of 1 total)
  • Thread Starter mwilliams15

    (@mwilliams15)

    I fixed it. It was in my nginx WP secure file:

    # Block PHP files in uploads, content, and includes directory.
    #location ~* /(?:uploads|files|wp-content|wp-includes)/.*\.php$ {
    # deny all;
    #}

    After I commented them out, it worked fine.

Viewing 1 replies (of 1 total)

The topic ‘wordpress tinymce issue – JS’ is closed to new replies.