jdMorgan

msg:1502879 | 7:55 pm on May 13, 2005 (gmt 0) |
Did you set the x bit for the header.inc file too? If you want to process SSI inside header.inc, you'll need to do this. Note also that if your Last-Modified dates are important to you -- if you are concerned with cacheability management -- you may want to look into using XBitHack Full and setting the Group x bit as well. Jim
|
BReflection

msg:1502880 | 8:40 pm on May 13, 2005 (gmt 0) |
Yes I had done chmod +x header.inc. I just had the hunch to rename it to header.html and repeat the chmod and now it works. I'm not sure what the cause of this problem is, as I am not directing the server to process any specific type of file, but only those with the x bit set. I'm OK with it as .html though so problem solved!
|
BReflection

msg:1502881 | 9:33 pm on May 13, 2005 (gmt 0) |
Because I have a mix of php and python includes as well it has turned out to be important to figure out why it only accepts the .html extension. If you had some ideas on that it would be a great help.
|
BReflection

msg:1502882 | 9:46 pm on May 13, 2005 (gmt 0) |
Perhaps I can go at this a more round-about way for the php files, and change the directory index for that folder to index.html, and inside index.html use SSI to do a virtual include of the php file. I'll try it when i get back =)
|
BReflection

msg:1502883 | 10:26 pm on May 13, 2005 (gmt 0) |
Looks like i'm cured. PHP has a function called virtual (link [us3.php.net]) that is the corellary to apache's!
|
|