Support » Fixing WordPress » Can access admin area

  • Resolved cfscare

    (@cfscare)


    I can’t access my admin area:

    http://futilitycloset.com/wp-admin/

    It just points to my index page. I’ve checked the ‘site_url’ and ‘home’ values in phpMyAdmin, and they look fine. The last things I remember doing were customizing permalinks and downloading my .htaccess file (I’ve been trying to get the FeedBurner plugin to work). Now I can’t get in at all. What should I do? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • i now have 2 questions. how do you start a topic? how do i get the side bar to appear on my blog page so i can login!!!!!

    I’d like closely at that .htaccess, were I you. Can you post the contents here?

    Thread Starter cfscare

    (@cfscare)

    Yes, here it is:

    # -FrontPage-
    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 http://www.futilitycloset.com
    AuthUserFile /home/cfscare1/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/cfscare1/public_html/_vti_pvt/service.grp

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>

    # END WordPress

    Thread Starter cfscare

    (@cfscare)

    I’ve also tried replacing the above .htaccess file with a blank one. That produces this error when I try to access site admin:

    The requested URL /wp-admin/ was not found on this server.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can access admin area’ is closed to new replies.