tfmegatron
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to block access to core filesFor all that may come across this I have found my answer.
Make an .htaccess file and the only thing that is needed is:
IndexIgnore */*This will make directories look empty when people browse them.
The only directory I have seen to be browse-able is the base directory of wordpress.
Forum: Fixing WordPress
In reply to: how to block access to core filesI think Viper may have misunderstood me. You can actually goto my site and download any core file. http://www.mattstamp.com/weblog/
This is what I am talking about. Not how the PHP is processed.Forum: Fixing WordPress
In reply to: how to block access to core filesThanks for the info. I have a PHP based internet store and that blocks any access to any file by default. That is what sparked my interest in the lack of such protection. Thank you though.
Matt
Forum: Fixing WordPress
In reply to: how to block access to core filesWell I thought it might be a good idea that people would not be able to browse the core files. I suppose that they might be able to gather personal information or no? I have never seen it where one would have access to core files like this. I mean you could browse any directory and download, save and read anything. If I am incorrect let me know.
Thanks,
MattForum: Fixing WordPress
In reply to: Random Blank PagesI have wp-cache Brendan. I made the change to wp-cache as noted in this thread: http://ww.wp.xz.cn/support/topic/84642?replies=6
I have not been able to recreate the problem since then.
Forum: Fixing WordPress
In reply to: Random Blank PagesIt is strange because this error would happen even when wp-cache was disabled. I have made the change and activated wp-cache and the problem is gone. So far the problem has not yet occurred with it disabled either. I will post back if it occurs again.
Thanks HandySolo and Brendan
Forum: Fixing WordPress
In reply to: Random Blank Pageswhen I view the source on mine during this blank page this is what I get:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML><HEAD>
<META http-equiv=Content-Type content=”text/html; charset=utf-8″></HEAD>
<BODY></BODY></HTML>If I refresh it is correct. I have no plugins activated. This is also a fresh install only 2 days old.
Forum: Fixing WordPress
In reply to: Random Blank PagesI deactivate wp-cache and wordpress backup and still have this problem. First time a page changes it is loaded blank. If refresh it the page will load correctly.