401 error on posts that are visibility: password protected
-
Hi,
Recently I noticed I cannot access posts that are password protected.
After entering the password, the site redirects to a 401 error page.I’m not sure what the issue is, it worked before.
I did recently install a TLS and changed the urls from http to https, but I’m not sure how relevant that is.
You can view an example here:
(the password is: hearty}https://pixelwizard.com.au/work/prostate-cancer-app/
I had a look at the .htaccess file, this is what is in the file:
# 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><IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.pixelwizard.com.au/$1 [R,L]
</IfModule># END WordPress
Any help would be greatly appreciated
- The topic ‘401 error on posts that are visibility: password protected’ is closed to new replies.