Quote:
Originally Posted by Alky
Also it's not the extension... you could do .blah and as long as <?php are in it, it should still process the php code. I think ;)
|
By default Apache will only treat .php extensions as having PHP content. It doesn't matter if you put <?php in it. It will be treated as plain text if the web server doesn't pass it to the PHP engine.