Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Quote:
|
Your table prefix should not be wp_. Click here to change it.
|
This is not really an "error", just a suggestion. It is just an extra security measure since all hackers would know that most Wordpress databases start with wp_*. Wordpress allows you to change this prefix to make it more difficult for your site to be hacked. I'd be willing to bet 95% of WP sites just leave it at "wp_" (the default) but you can change it if you want.
Quote:
|
The file .htaccess does not exist in wp-admin/.
|
As this article mentions, there seems to be some errors with WP 3.0 with this plugin. The htacess error the plugin is referring to will deny random access to the admin files.
I would search "wordpress security tips" and you'll find tons of great articles on things you can do to secure your blog.
|