larsonreever
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Valid username discovery possible?The username is treated as common knowledge since it’s not difficult to determine. When I asked Andrew Nacin, lead developer for WordPress 3.9, whether the information shared by Hulse is still accurate, he said, “It’s fairly similar language we use when replying to security inquiries.” He then offered similar advice, “Create a strong password. Then, instead of playing games with your username, use a two-factor authentication plugin.”
Forum: Fixing WordPress
In reply to: Permalinks Not WorkingYou need to make sure you have .htaccess file in the root of the site with default content:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressHope that helps.
Forum: Developing with WordPress
In reply to: Find all internal links pointing to a certain URL?Hi..ronnie. i know about a tool and also use it regularly..basically its a keyword density tool but you have to put your webpage and submit, than it will show you from which pages that page is linked from your website.
http://www.zippy.co.uk/keyworddensity/#
Do tell if it helped you