Forums

[resolved] 404 errors on all pages & links created by WordPress (3 posts)

  1. invisiblelimb
    Member
    Posted 2 years ago #

    I installed WordPress for a friend, who is hosted on a private company's web server. But when I try to access any pages I made or individual posts, I get a 404 error.

    Here is the website:
    http://www.elissarosenthal.com

    Any ideas?

  2. Shane G.
    Member
    Posted 2 years ago #

    Hi,

    Set your desired permalink from wordpress admin area and then add this code in htaccess of your site/blog:

    # 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

    Now, check with old and new posts.

    Thanks,

    Shane G.

  3. invisiblelimb
    Member
    Posted 2 years ago #

    That worked! Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags