Forums

a 404 Not Found error (5 posts)

  1. romangrinev
    Member
    Posted 1 month ago #

    I just posted a new blog to my site http://www.romanphotography.com/blog
    All the links from the site such as http://www.romanphotography.com/blog/2009/10/new-blog/ don't work
    I spoke to my host (hostway) and they said everything is fine on their end.
    Hostway said mod_rewrite module is on
    There is a chance it's a .htaccess file issue.
    I'm not sure my .htaccess file is correct. Anyone know what it should be with hostway or what the issue maybe?
    Roman

  2. esmi
    Member
    Posted 1 month ago #

    Try resetting your custom permalinks to the default setting. If that works, then set a custom permalink structure back up again.

  3. romangrinev
    Member
    Posted 1 month ago #

    I tried that and when I set up custom permalinks back it doesn't work. I think my .htaccess file is wrong. What should the code in the file be to work with hostway?

  4. samboll
    moderator
    Posted 1 month ago #

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
  5. romangrinev
    Member
    Posted 1 month ago #

    Thanks. I will give it a try.

Reply

You must log in to post.

About this Topic