Even though the module is loaded, it does not mean it is enabled or properly configured.
Do you have default .htaccess file in the root of the software? Does it have default content?
Do you have .htaccess file there?
Let's not give up so easy.
Let's try a couple of other solutions.
Try to add this line
RewriteBase /oxwall/
to oxwall .htaccess file right after “RewriteEngine On” line
also try to rename oxwall .htaccess and see whether you can open index page, all other links should be 404
if index page does not open in this case, there's something wrong with the mod_rewrite configuration.
Now, on the 4 other links, I'm seeing the error message I originally posted, 404 error, directly out of Apache.
I will investigate Apache's mod_rewrite module, and try to figure out a way to test it.
Off to mow the yard ....
Thanks,
Bill