• I’ve tried cleared cookies and already tried deactivating plugins and themes using ftp with no effect. Root .htaccess is below. What am I missing here to resolve this. Thanks

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>

    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName oldschoolbakery.com

    # BEGIN WordPress

    # END WordPress

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?oldschoolbakery.com$
    RewriteRule ^(/)?$ wp [L]

    The page I need help with: [log in to see the link]

  • The topic ‘Unable to view website or login to wp-admin’ is closed to new replies.