Hi Catacaustic,
Thanks for the help. I went to my DocRoot and I confirmed that everything is owned by Apache and the SELinux context is correct:system_u:object_r:http_sys_content_t:s0.
I deleted .htaccess and went to the dashboard to set permalinks to "Post Name". I can see that .htaccess was recreated, but it still does not work. This is what was written in response to "Post Name" formatted permalinks:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /icarus/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /icarus/index.php [L]
</IfModule># END WordPress
My site, for reference is http://www.tryx.org/icarus
Thanks for the help,
Chris.