NixUser

NixUser.com | Unix User | Linux User | NixUser

admin

WordPress Password Protection and mod_rewrite error

  I have added the following to my .htaccess file (password protected) to limit the access to wordpress login pages.   ErrorDocument 401 “Unauthorized Access” ErrorDocument 403 “Forbidden” <FilesMatch “wp-login.php”> AuthName “Authorized Only” AuthType Basic AuthUserFile /home/user/.htpasswd require valid-user </FilesMatch>   But after the change, the page won’t load, it gave out a infinite loop More

Import/Export wordpress content from/to another wordpress instance

Suppose you want to move your wordpess contents to another instance. WordPress currently supports both importing and exporting data in the form of posts. The content Import and Export scripts can be found under Tools >> Import / Export menu of your WordPress administration interface. Source: https://codex.wordpress.org/Importing_Content

How to Enable or Disable Built-in Administrator Account in Windows

To enable the built-in Administrator account in Windows, please follow these steps: 1. Click Start, and then type cmd in the Start Search box. 2. In the search results list, right-click Command Prompt, and then click Run as Administrator. 3. When you are prompted by User Account Control, click Continue. 4. At the command prompt, More