• Resolved chuck78

    (@chuck78)


    Hi,

    Whenever I click on a post from the home page it takes me to a page displays the message “page not found, The page you were looking for was not found.” Any idea why this is happening or how to fix it? Do I have to link the posts manually to other pages? I’m new at this. Any help would be appreciated.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • A link to your site might help.

    did you update your permalinks? if you did. then you must update or have an .htacess in the root of your directory.. it should have a code as follows:

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

    (@chuck78)

    I did not update the permalinks. This is a link to the site. http://thestockbook.com/

    thanks

    Try resetting your custom permalinks back to the default setting and deleting/renaming your WordPress .htaccess file. If this works, then review Using_Permalinks before setting a custom permalink structure back up again.

    Thread Starter chuck78

    (@chuck78)

    That resolved the issue. Thanks a ton for the help!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘"page not found"?’ is closed to new replies.