Hello,
I am trying to figure out the issue with the SSI for one particular account here, which I get this errors as shown:
2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]
Just he have .html set as SSI, so I set the proper handler for it which is as follows:
Addtype application/x-httpd-shtml html
But it seems it is not processing it, and the directory permissions seems correct for it. So what am I missing here?
I am trying to figure out the issue with the SSI for one particular account here, which I get this errors as shown:
2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access.
2010-12-15 15:47:11.857 [INFO] [207.46.195.206:63109-0#APVH_hotelsinchennai.org] File not found [/home/chennaih/public_html/403.shtml]
Just he have .html set as SSI, so I set the proper handler for it which is as follows:
Addtype application/x-httpd-shtml html
But it seems it is not processing it, and the directory permissions seems correct for it. So what am I missing here?
Last edited by a moderator: