Viewing 6 replies - 1 through 6 (of 6 total)
  • Are you a windows server by any chance?

    No, he is using apache..

    what is in your htaccess file ?

    Also, have you set up any permalinks ?

    Must be the htaccess in the root thats redirecting the blog. You will need to have some rules within an htaccess in your blog folder.

    Thread Starter kbucklen

    (@kbucklen)

    Sorry for the delay in reply. I was out of town for a week. I don’t have an .htaccess setup in my doc root folder. The .htaccess that sits in my blog directory is as follows:

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

    # END WordPress

    Thread Starter kbucklen

    (@kbucklen)

    Ah, I just needed to load the mod_rewrite module. That did it. Thanks everyone for the help.

    Hi, I have just installed WP, but when I shal see the page (www.coststad.com) in the browser, it comes up with HTTP 404 – can not find the file.
    Do you know what this can be?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All blog links go to 404 page’ is closed to new replies.