View Single Post
Old 04-10-2005, 08:56 AM   #12 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 596
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
I feel like a different extension is clarifying as to the purpose of the file, but you should not use a different extension if the server isn't set up to process it as php.

here is the apache code to execute .inc as php files
Code:
<IfModule mod_mime.c>
    AddType application/x-httpd-php .inc
</IfModule>
Alternatively apache also recognizes application/x-httpd-php-source .
teknomage1 is offline   Reply With Quote