• I tinkered with my .htaccess file because of some issue with my DB exceeding 8MB of memory and disabled all of my plugins. Afterwards, all the links in my blog are not working.

    It displays the following text whenever I click on an internal link:

    Not Found
    The requested URL /blog/about-me/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Is there any way that this could have happened because of me disabling all my plugins? I have some redirect plugins activated prior to this. I also deleted my .htaccess file and don’t have a backup of it. Sorry if I’m being vague.

    The current permalink structure is (for reference, I don’t know how this would affect it):
    /%postname%/%post_id%/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter aaronroselo

    (@aaronroselo)

    also, most of my pages are displaying this:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@aaronroselo.net 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    More information about this error may be available in the server error log.

    Read that.

    and please dont doublepost.

    Thread Starter aaronroselo

    (@aaronroselo)

    error log:

    [2007-07-01 11:50:13]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/theme-editor.php)
    [2007-07-01 11:47:26]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/options-privacy.php)
    [2007-07-01 11:46:38]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/options-discussion.php)
    [2007-07-01 11:46:25]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/options-misc.php)
    [2007-07-01 11:29:52]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/options-permalink.php)
    [2007-07-01 11:29:50]: error: file is writable by others: (/home/aaron/public_html/blog/wp-admin/options-permalink.php)
    [Sun Jul 1 11:50:34 2007] [error] [client 75.73.226.184] File does not exist: /home/aaron/public_html/404.shtml
    [Sun Jul 1 11:50:34 2007] [error] [client 75.73.226.184] File does not exist: /home/aaron/public_html/favicon.ico
    [Sun Jul 1 11:50:13 2007] [error] [client 125.212.123.144] File does not exist: /home/aaron/public_html/500.shtml
    [Sun Jul 1 11:50:13 2007] [error] [client 125.212.123.144] Premature end of script headers: /home/aaron/public_html/blog/wp-admin/theme-editor.php
    [Sun Jul 1 11:47:26 2007] [error] [client 125.212.123.144] File does not exist: /home/aaron/public_html/500.shtml
    [Sun Jul 1 11:47:26 2007] [error] [client 125.212.123.144] Premature end of script headers: /home/aaron/public_html/blog/wp-admin/options-privacy.php
    [Sun Jul 1 11:46:38 2007] [error] [client 125.212.123.144] File does not exist: /home/aaron/public_html/500.shtml
    [Sun Jul 1 11:46:38 2007] [error] [client 125.212.123.144] Premature end of script headers: /home/aaron/public_html/blog/wp-admin/options-discussion.php
    [Sun Jul 1 11:46:25 2007] [error] [client 125.212.123.144] File does not exist: /home/aaron/public_html/500.shtml
    [Sun Jul 1 11:46:25 2007] [error] [client 125.212.123.144] Premature end of script headers: /home/aaron/public_html/blog/wp-admin/options-misc.php

    those are pretty clear.

    file is writable by others:xxx :

    You can fix that by assigning SANE permissions to the files inside wp-admin/

    Presently, you appear to be using some permutation of something insecure, ie 666 or 777.

    Files ought to be 644.
    Directories ought to be 755

    File does not exist:500.shtml :

    Thats apache looking for the standard error page, its not a big deal but you will see that until you create one.

    File does not exist:favicon.ico :

    Thats not a big deal either, its a normal browser request.

    The premature end of script errors, Im not willing to diagnose UNTIL you fix the permissions of your files, since its seeing that on files its complaining about the permissions on.

    ————————————————————

    Your permalinks work fine for me.

    Thread Starter aaronroselo

    (@aaronroselo)

    thanks. I changed the permissions and they’re working fine.

    thing is, there are still those pesky internal server errors when I try to edit some stuff on my WP-admin page.

    and Ive told you what to do to fix them. so what more do you want? 🙂

    Fix them.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘404 errors on all my internal WP pages’ is closed to new replies.