• I cannot get get my blog online http://arch1design.com/blog/ a page not found is shown when I click onto link. My website that the blog is linked to is OK but not the blog. It just went off when I was reading it.

    Any suggestions?
    Thanks

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

    (@arch1)

    I recently installed rss feed widget.
    Go Daddy is my host
    Maybe this had something to do with it.

    But how can I get my blog up running again?
    Ive searched past posts but haven`t found anything yet.

    Hi,

    It seems that your blog directory name is wrong so check for that. If it is ok then add this code in htaccess and have a check:

    # BEGIN WordPress

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

    # END WordPress

    Thanks,

    Shane G.

    Thread Starter arch1

    (@arch1)

    Thanks Shane G
    Its the same blog directory name address i`ve been using for 9 months.

    i`m fairly novice..where do I find htaccess?

    thanks

    Thread Starter arch1

    (@arch1)

    I still havn`t found htaccess.

    I looked on filezilla but no joy

    I read codex and found this….. Some hosts (e.g. Godaddy) may not show or allow you to edit .htaccess if you install WordPress through the Godaddy Hosting Connection installation.

    Are there any other options?

    Thread Starter arch1

    (@arch1)

    Ive tried to go onto my hosting account at go daddy and got this message:

    Current Hosting Account Status: Pending Account Change

    As part of a continuing effort to provide the highest quality service for our valued customers, your hosting account has been migrated to a new server that will provide you with increased performance and reliability. Please note that it can take up to 24 hours from the time the update was completed for any newly-published content to be visible on your Web site.

    My website is running and my forum is running but not wp blog

    Has this got anything to do with the above statement and how can I get my blog back running or do i just have to wait?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page not Found’ is closed to new replies.