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
- The topic ‘Visual Editor & RewriteCond’ is closed to new replies.