I have a website whose home page appearance online is as expected. The site has a subpage using css (in a separate file linked into the head element) to form a modern, simple grid layout for testing. Both pages look as expected when I view them on my local host using Firefox. However, when I view the online site the subpage does not appear to be reading the css file.
I have checked the directory and file permissions and they are correct as far as I have used in the past (all owned by apache:apache). The directory structure is such that the Document Root is at /home/web-server/gbumc.church/public/ and the home index.html is rooted there. Under that directory are css/ and pages/. The pages/congregants.html file internally points to ../css/css.photo.
Any suggestions are greatly appreciated.
-Tom