• I know people has asked this before, but I can’t get anything working :s
    All I want to do is use the built in password protection for a page.

    I set it up, navigate to the page and enter the password. then in the nav bar i get this :

    wp-login.php?action=postpass

    As its a test page, you can go here and see for yourselves.
    http://neilmclaughlin.co.uk/robbie/

    password is 12345

    Please help!!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • What exactly did you do do create this password-protection? By default, WordPress does not generate a “Login” button.

    Thread Starter nmc7714

    (@nmc7714)

    I just used the ‘password protect’ on the quick edit page option

    Can you replicate the problem using the default Twenty Twelve theme with all plugins deactivated?

    Thread Starter nmc7714

    (@nmc7714)

    yep, the site doesn’t work but the problem still is there.

    Try re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter nmc7714

    (@nmc7714)

    didn’t work :s

    What is in your root.htaccess file?

    Recall once what u have given at the time of registration..

    Thread Starter nmc7714

    (@nmc7714)

    # 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>

    # END WordPress

    Thread Starter nmc7714

    (@nmc7714)

    how philipcarter?

    Your .htaccess file is fine but it’s just possible that the problem is being caused by changes that your hosts have made to the server.

    Many hosts experienced problems due to mass attacks recently and re-configured the security on their servers as a result. Your hosts may be one of them. Try contacting them about it.

    Thread Starter nmc7714

    (@nmc7714)

    thanks, I’ll try them

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Password protection’ is closed to new replies.