Is there a way to have apache parsing php or perl code without having the filename extension on the conf. files?
Apache question
Collapse
X
-
you could try asking on
xxxtech.com which is as its name suggests a tech specific forum and so populated by geeks that know all sorts of weird shit.. ;) -
Yep. Just make sure you have the dot in front of the file extension. I think that's necessary, although I could be wrong. heh.
I think this is for parsing files for php:
AddHandler application/x-httpd-php .html .htm
and this is for parsing html files for SSI calls:
AddHandler server-parsed .html<a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>Comment

Comment