Blog Post Error URL Not Found

I published my first Blog Post, and when I click the Read More button, the site displays an error message. I have turned on pretty URLs and updated the .htaccess file as described in the documentation.

Not Found

The requested URL was not found on this server.

Site

https://pgc-cary.org/community-news-v2/

We’ll need to see the content you placed in your htaccess file.

When you post it, please put three back ticks above your code and three below it, like so:

CleanShot 2020-11-25 at 09.48.21

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule posts-community-news/(.*) posts-community-news/?id=$1 [L,NC,QSA]

Your .htaccess code is incorrect.

You’re pointing to the posts-community-news/ folder but your blog page is not located there, it is instead located at community-news-v2/ according to the link you sent us to your blog page in your original post.

How’d this work out for you @Brett?

Hey Adam thanks for the quick turn around. I had to step away for awhile just got back and made the change. All is well. Everything is working fine. Thanks.

Awesome. Good to hear you got it sorted out.