Hi again, I mentioned that I managed to fix the problem mentioned above, but little did I know that it was just a temporary fix. It seems as though I am facing problems again.
Well, the password protected entry has already scrolled off the main page, so I would just give a general idea. ^^
When I access my domain at https://www.mydomain.com, I am able to type in the password to the protected entry, and the entry loads for me without any problems.
However, when I access https://mydomain.com (without the subdomain www.), the page simply reloads with the password fields showing up once again when I enter the password.
Things would bring me to my first question: Is there any fix for the above URL problem? About the password protect feature not working without the www in the URL. ??
The fix I temporarily did was to edit wp-pass.php to remove “<?php echo get_settings(‘siteurl’); ?>” from the <form action =””> tag. Which means that the weblog only calls for “wp-pass.php” without the directory when I enter the password. After I did so, the password protected feature worked for both URLS https://www.mydomain.com and mydomain.com (without the www.)
But the so-called fix above did bring up another error. When I access my permalink (In this case https://www.little-wonder.net/journal/2005/358/) to key in the password, it brings up a 404 error because it would call for …./2005/358/wp-pass.php, which does not exist.
Gee, my wordpress seems to be giving me quite a bit of problem. Sorry to all for being such a pain in the ____. I am extremely inexperienced in this.