Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter danielle719

    (@danielle719)

    Hi MacManX,
    I did some more digging, and i found my problem. for some reason, my wp-admin directory was missing. i must have fat fingered something last night while FTPing, and trying to solve my other issue.

    thanks for your help. i’ll mark this as resolved!

    Thread Starter danielle719

    (@danielle719)

    Hi MacManX,

    sorry i didn’t follow your directions the first time. for some reason, the anchor tag didn’t work in your first link, and i was only half looking at work.

    i tried both of your selections. i still can’t log in to my site administration, even though my blog and photo blog are still accessible.

    any other suggestions?
    if not, do you think doing a re-install might be my only hope?
    here’s the error i’m getting:

    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    
    Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.9 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at one-more-exit.com Port 80

    thanks!

    Thread Starter danielle719

    (@danielle719)

    Sorry, I can’t even GET to my admin page.
    if you click on my link: http://one-more-exit.com/blog/wp-admin/

    that’s supposed to be where i enter my user credentials, but it’s giving me a 500 error. I think it has something to do with me messing around in the wp-content folder. besides /plugins/ and /themes/ i should have blog.dir because of the multi-site, correct?

    Thread Starter danielle719

    (@danielle719)

    well, that was weird.
    there was no htaccess file in my blog directory.
    maybe i moved it somehow, but i added it, and now i can see my control panel.

    thanks ipstenu, i really appreciate your help!!

    Thread Starter danielle719

    (@danielle719)

    what i quoted above is the complete .htaccess file.
    that is the one in the public_html folder.

    i will double check when i get home tonight. there is no htaccess file in the BLOG directory. i can’t make one in there while i’m at work because of firewall issues, but i’ll add one when i’m at home.

    that might be my problem! thanks!!

    Thread Starter danielle719

    (@danielle719)

    i checked my control panel for errors:
    this came up:

    [Mon Jul 19 18:30:37 2010] [error] [client *IP address removed*] client denied by server configuration: /home/danielle/public_html/blog/.htaccess

    so maybe it is something with the htaccess?

    Thread Starter danielle719

    (@danielle719)

    the permissions on the htaccess file are 755.

    should it be something else?

    thanks!

    Thread Starter danielle719

    (@danielle719)

    thanks for the tip, ipenstu.
    i think i did my htaccess file properly. but i don’t have a “network” option under tools.

    my htaccess file looks like this:

    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    andrea_r, this may be a n00b question, but how can I tell if my htacess file is not being read?

    thanks for your help!

    Thread Starter danielle719

    (@danielle719)

    yup. fresh install worked. thanks!

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