macgig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cant get to my admin area even though Im logged in?just to be clear…
I go to: mysite.com/wp-admin, (or click on dashboard) but it keeps sending me to:
http://mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F
so I cant get into admin area… says page not found. π
Forum: Plugins
In reply to: [BackUpWordPress] cant download backup file from admin area.think I solved my problem. in wp-content I had this in the .htaccess file.
Order Allow,Deny
Deny from all
<Files ~ “\.(gif|jpe?g|png|css|js|xml)$”>
Allow from all
</Files>removing this I can download it now. just solved it myself. but now my wp-content will be in danger of getting hacked?
Forum: Plugins
In reply to: [BackUpWordPress] cant download backup file from admin area.here is what I see when I hit the download button in the admin area.
the file is there until you get to the ?key=d1b98aec88e6ecebdd2aa4ae87f7bf67 part.
Forum: Plugins
In reply to: [BackUpWordPress] cant download backup file from admin area.I get a genereric error.
mysite.com The page you requested is NOT AVAILABLE
A general error has occurredForum: Plugins
In reply to: [BackUpWordPress] cant download backup file from admin area.the file is there until you get to
?key=d1b98aec88e6ecebdd2aa4ae87f7bf67
not sure why that is there.
Forum: Fixing WordPress
In reply to: editing a post. nothing is there?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]Forum: Fixing WordPress
In reply to: editing a post. nothing is there?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.
Forum: Fixing WordPress
In reply to: editing a post. nothing is there?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?
Forum: Fixing WordPress
In reply to: admin login attempts.very true on losing legit users. sort of a trade off I guess. thanks for your feedback.
Forum: Fixing WordPress
In reply to: admin login attempts.thanks. I’ve been doing that but I read somewhere that IP banning is a waste of time, they can just get new IPs?
I did installed a block country plugin. so I”ll see if I’m able to stop them by using this mod. π
Forum: Reviews
In reply to: [BackUpWordPress] Pages were hackedI said you could get hacked. any website could get hacked. nothing untrue about that statement.
Forum: Reviews
In reply to: [BackUpWordPress] Pages were hackedjust an FYI, If you install WP and do nothing to secure it, you may very well get hacked… have you done the things listed here? if not you should. π
http://www.mastermindblogger.com/2011/14-ways-to-prevent-your-wordpress-blog-from-being-hacked/
http://wp.tutsplus.com/tutorials/11-quick-tips-securing-your-wordpress-site/
Forum: Reviews
In reply to: [BackUpWordPress] cant download in admin area. why?yep works fine, other than the close button in the exclude window goes off screen and you cant click it.
thanks. π
Forum: Reviews
In reply to: [BackUpWordPress] cant download in admin area. why?its working now. I was entering the info wrong.
to exclude folders in root type in:
foldername/
just like that. now to test, but I think I got it.
happens with the older version too It would appear. could be a bug in the template? or the plugin? or wordpress? who knows?
I dont have time to figure it out. I would post a screen shot but cant seem to do that here.