Your right it sure is wierd.
I just tried it again after a reboot and sure enough it didn't work properly. But all I had to do was a "service httpd restart" and everything is ok again.
Could it be the relationship between HTTPD loading and PHP loading depending on what gets loaded first?
Since the code I'm adding within the httpd.conf file are php varriables maybe it's not working due to httpd loading before php and therefore, php isn't runing so httpd doesn't know how to handoff the code. Hence, the reason for the restarting of the httpd after the server is up seems to work fine? Comments
Ed