Thread Starter
macgig
(@macgig)
any ideas? on a new post, the text is white in the box as im typing, and the background is white so I cant see it. same for editing posts already there. this is crazy? whats going on? was fine earlier today.
I was reading wordpress ultimate security and did a few code entries in the htaccess file. could this have caused this?
Hard to say, but the standard troubleshooting steps are to deactivate all plugins, reset the plugins folder (change the name on the folder via FTP temporarily) and change to the default theme.
Also make sure you clear any caching on your site, server and browser. Trying another browser is a good step as well.
Thread Starter
macgig
(@macgig)
uploaded my backup copy of /content and /includes. that fixed it. so far at least.
not sure why this happened in the first place. beats me.
Thread Starter
macgig
(@macgig)
I had this code in htaccess, and it was causing me to lose the formatting bar. another problem now solved. just an FYI
#hotlink prevention
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?somesite.com/.*$ [NC]
RewriteRule \.(gif|jpg|png|flv|swf)$ http://www.somesite.com/hahaha.gif [R=302,L]