paulhk
Forum Replies Created
-
Forum: Installing WordPress
In reply to: no sufficient premssions after logon the admin panelThanks.
Files were set to 644 and directories to 755.
It seems the problem was not caused by that.
Forum: Fixing WordPress
In reply to: How to Log IN?Try http://www.domain.com/wp-login.php (if you installed WP on the root directory)
or
Try http://www.domain.com/blogfolder/wp-login.php (if you installed WP on the blogfolder)
Hope it can help.
Forum: Fixing WordPress
In reply to: cant find admin to log into admin sectionTry http://www.domain.com/wp-login.php (if you installed WP on the root directory)
or
Try http://www.domain.com/blogfolder/wp-login.php (if you installed WP on the blogfolder)
Hope it can help.
Forum: Everything else WordPress
In reply to: SecurityThanks for your helpful information.
I used the hosting services. I will carefully learn that and try to follow the instructions to harden my wordpress blog.
Regarding to move wp-config.php file to the directory above the WordPress install, I still have some questions:
1) My WordPress files was mainly set on http://www.domain.com/blog with the index.php on the root directory. At this moment, the wp-config.php file was placed on the blog folder. Does it mean I can move the wp-config.php file to http://www.domain.com/blog/configfolder and set to access control 750? Will the WordPresss automatically locate it? Or should I amend the wp-load.php file to add the path?
2) The Codex mentioned to install the BlogSecurity’s WPIDS plugin (Firewall plugins) to add a generic security layer for PHP application. Is it any other problem found for this plugin?
Thanks.