clay,
Works good. The only change I made is in wp-includes/header.php, where I had to hard code the full path to wp-blog-header.php. If I didn’t, the header wouldn’t work in subdirectories.
On line 3 of wp-includes/header.php I changed:
require(‘./wp-blog-header.php’);
to:
require(‘/home/salenso/public_html/wp-blog-header.php’);
Hopefully this won’t cause troubles elsewhere.
ZRob,
Thank you also for your reply. Unfortunately, I’m not familiar with mod_rewrite but will look into it. I know only enough php to get by on basics, and don’t want to fudge it all up. I should really sit down and learn it all.