Re: 404 on every link
@oneill1234-
You have a subdirectory install of WordPress. So, the RewriteBase directive in the .htaccess file needs to point to that directory. Change this:
RewriteBase /
to this:
RewriteBase /community
@oneill1234-
You have a subdirectory install of WordPress. So, the RewriteBase directive in the .htaccess file needs to point to that directory. Change this:
RewriteBase /
to this:
RewriteBase /community