admin
July 5, 2019, admin, 0
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
Like this:
Like Loading...
January 4, 2016, admin, 0
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
Like this:
Like Loading...
August 22, 2014, admin, 0
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
Like this:
Like Loading...