• Resolved elfreakz

    (@elfreakz)


    My blog main page is ok.

    But when i click on post title, it should open single post page. but i get this error.

    The requested URL /2008/06/12/blog-title/ was not found on this server.

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

    Yesterday i received email from my hosting provider, about they are doing some maintanance subdomain problem. Is this something relate to the problem my hosting or my wordpress?

    I have another blog with the same subdomain, it looks ok with no problem.

    is my wordpress corrupted?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter elfreakz

    (@elfreakz)

    nobody know why i get this error on single page post view?

    Try rebuilding Permalinks, go to Settings, change them and Save Changes and see if that fixes the problem,

    Settings->Permalinks

    I meant to say

    Thread Starter elfreakz

    (@elfreakz)

    thanks hotkee. when i check permalinks to DEFAULT.. i can view single post perfectly

    but when it is Month and name, i get that error. i think i lost and have error on my .htaccess file.

    Where is this located? if i lost/deleted this file, how should i recreate it? please help.

    Thread Starter elfreakz

    (@elfreakz)

    i solve my problem..

    i edit the .htaccess with

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    it was .htaccess problem, now i fix it. thanks hotkee 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘404 Not Found on Blog post’ is closed to new replies.