Hi
I am trying to understand the template editing process. I've read the instructions here:
http://www.e-smith.org/custom/ but I still can't seem to get it working.
I am trying to make some changes to httpd.conf to make a file with a ".inc" extension process php. Normally I would just go to httpd.conf and add "AddType application/x-httpd-php4 .inc".
Heres what I've done:
1. mkdir /etc/e-smith/templates-custom/etc/httpd.conf
2. Created a file called "10AddType"
3. Placed "AddType application/x-httpd-php4 .inc" in the file
4. Ran /sbin/e-smith/expand-template /etc/httpd.conf
5. Browsed to a file with a ,inc extension and it is not processing php
What have I done wrong?
Thx in advance!