Comments on: Free up 90% server resources on Apache WordPress https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/ Technology & Programming Guide Tue, 23 Dec 2014 13:38:20 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Nabtron https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18109 Tue, 23 Dec 2014 13:38:20 +0000 http://nabtron.com/?p=8600#comment-18109 In reply to Abid Pasha.

Thanks for updating and contributing, hope it will help others with similar error.

]]>
By: Abid Pasha https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18108 Tue, 23 Dec 2014 13:35:05 +0000 http://nabtron.com/?p=8600#comment-18108 In reply to Nabtron.

well… the folder name i put earlier was /public_html/htpasswds/passcode which was actually incorrect.
Then i used the original one “/home/abidpasha/public_html/htpasswds/passcode” and it worked. below was the result with incorrect directory name (my problem is solved now) Thank you :)

1. I entered wrong id pw it replied with the same error “redirect loop”
2. I clicked “cancel” it replied:
Unauthorized

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn’t understand how to supply the credentials required.

]]>
By: Nabtron https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18107 Tue, 23 Dec 2014 13:25:09 +0000 http://nabtron.com/?p=8600#comment-18107 In reply to Abid Pasha.

Please try these first and tell me the results:

1. try entering the wrong username / password, does it popup the login box again normally?
2. click cancel, which page it leads to and what does it say?
3. copy and paste your code block here please

]]>
By: Abid Pasha https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18106 Tue, 23 Dec 2014 13:19:09 +0000 http://nabtron.com/?p=8600#comment-18106 In reply to Nabtron.

done with this.. now new problem… when i go to mysite.com/wp-login.php it asks for username and password.. I put both correct then… Chrome shows me this message:

The webpage at mysite.com/wp-login.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

]]>
By: Nabtron https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18105 Tue, 23 Dec 2014 13:00:47 +0000 http://nabtron.com/?p=8600#comment-18105 In reply to Abid Pasha.

Abid filename has to be “passwd” or anything you want (with or without file extension). You can have any directory path (better to have it in . / dot named folder like .htpasswds outside the main root directory. But make sure you add the same exact name in the .htaccess AuthUserFile, e.g.:

AuthUserFile “/home/path/.htpasswds/public_html/passwd”

]]>
By: Abid Pasha https://nabtron.com/free-up-90-server-resources-on-apache-wordpress/#comment-18104 Tue, 23 Dec 2014 12:47:25 +0000 http://nabtron.com/?p=8600#comment-18104 Please elaborate how to make the file containing our password. I know about md5. What should be the file name(with its extension) and where to put it? root website folder?

]]>