Well, I got it working. First I tried editing the .htaccess file with your suggested code Lee with changes for my particular site and directory, but it didn’t work. So I went back to the drawing board and re-copied my index.php file to my root directory and amended the .htaccess file with the code for “Pointing your home site’s URL to a subdirectory”
(RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ blog [L]
In the above code, change the “YourDomain.com” value to your root domain.
In the above code, change the “blog” value to the subdirectory. )
That seemed to do it finally. Whew! I appreciate the help from both Leejosepho and Pioneer Web Design.
Thanks!
Robert
Hi Leejosepho,
I think you might be right. I’m using Hostmonster. I’ll give this a try tomorrow and see if it works. I appreciate the help!
Cheers,
Robert