Title: Visual Editor &amp; RewriteCond
Last modified: August 31, 2016

---

# Visual Editor & RewriteCond

 *  [ogi71](https://wordpress.org/support/users/ogi71/)
 * (@ogi71)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/)
 * Hi, I have not had the Visual Editor icons for a few months, I have reinstalled,
   disabled plugins, tried CKEditor etc. etc. Pretty much all the usual fixes. However
   I wondered if it could be the Rewrite rule I use for a multisite causing the 
   issues, however I am not experienced enough to know how to edit it.
 * RewriteEngine On
    Options +FollowSymlinks RewriteCond %{HTTP_HOST} mysite1.org
   $ RewriteCond %{REQUEST_URI} !wordpress/ RewriteRule ^(.*)$ wordpress/$1 RewriteCond%{
   HTTP_HOST} mysite2.net$ RewriteCond %{REQUEST_URI} !mysite2/ RewriteRule ^(.*)
   $ mysite2/$1 ErrorDocument 403 /missing.html ErrorDocument 404 /missing.html 
   ErrorDocument 504 /missing.html # BEGIN WordPress
 * # END WordPress

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112221)
 * To rule out any theme/plugin conflict, have you tried:
 * – deactivating ALL (yes all) plugins temporarily to see if this resolves the 
   problem (plugin functions can interfere). If this works, re-activate them individually(
   one-by-one) to find the problematic plugin(s).
    – [resetting the plugins folder](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by [FTP](http://codex.wordpress.org/FTP_Clients). Sometimes, an apparently inactive
   plugin can still cause problems. – switching to the unedited default Theme (Twenty
   Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific
   issue (theme functions can interfere like plugins).
 *  Thread Starter [ogi71](https://wordpress.org/support/users/ogi71/)
 * (@ogi71)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112233)
 * Thanks, yes tried all those.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112263)
 * – Your browser can help you identify JavaScript issues or conflicts. Do you have
   any Javascript errors in the console when looking at the editor page?
    – [This article can assist you in doing that diagnosis](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors).–
   If you use any caching systems, like Cloudflare, clear those caches. – Check 
   that the [file permissions](https://codex.wordpress.org/Changing_File_Permissions)
   of all the PHP files are set correct (i.e., 644). – Specifically check files 
   like /wp-includes/js/tinymce/wp-tinymce.php and such. – If the permissions are
   incorrect, then some servers running security code like suhosin won’t allow those
   files to run.
 *  Thread Starter [ogi71](https://wordpress.org/support/users/ogi71/)
 * (@ogi71)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112271)
 * Now we are getting somewhere, I am getting this error:
 * Failed to load resource: the server responded with a status of 404 (Not Found)
 * Failed to load: [http://www.mysite.org/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js](http://www.mysite.org/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js)
 * The permissions look fine on this file, could the Rewrite rules be confusing 
   something?
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112285)
 * > The permissions look fine on this file, could the Rewrite rules be confusing
   > something?
 * – to find out for sure, try removing that snippet for a moment.
 * – also make sure tinymce plugin is up to date. And that no files are missing.
 * – you may also try re-uploading that plugin in case any file is corrupted/incomplete.
 *  Thread Starter [ogi71](https://wordpress.org/support/users/ogi71/)
 * (@ogi71)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112290)
 * Yes that’s the problem, what do I change in .htaccess?
 * I’ve already manually unzipped and reinstalled WordPress therefore the files 
   should be fine.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112295)
 * > Yes that’s the problem
 * Good! That narrows down the cause of the problem.
 * > what do I change in .htaccess
 * Again to be sure, I suggest removing one line of the snippet at a time
    and testing.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Visual Editor & RewriteCond’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/visual-editor-rewritecond/#post-7112295)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
