Parsing PHP without file extension
Hello I am using PHP as an module. Right now I have this AddType
directive:
AddType application-x-php .php
How do I configure Apache to parse PHP without a file extension. For
example, if I have a PHP file named foo (without a file extension) how
do I get Apache to parse it as such?
|