Table of Contents
Problem in password protection using .htaccess
How to protect CRE Loaded admin area ?
or
or
How to set password protection for sub directory without affecting to other .htaccessrewrite rules
Ans :
You will notice that the default .htaccess will not work if your page requires authentication.
Suppose you have set the password protection for admin or any other sub-directory and when you tyr to access the URL http://domain.com/admin then it shows the “401 error .
This problem is occurred due the root .htaccess ( which is under document root) file.
I have trying all sorts of htaccess rewrites in different places but the solution is very simple.
Add this line to the beginning of the .htaccess file in your root .htaccess means “/home/username/publi_html/.htaccess ” file.
ErrorDocument 401 “Unauthorized”
After that when you have access the URL http://domain.com/admin then it ask the login details.
Done
Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…
As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…
As a web designer and web developer your experience must have reached to new height, right? Further, you need to…
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…