Quote:
|
Originally Posted by dirtydevil
If you do this it means that all .php .php3 .htm .html .phtml files will be parsed by PHP. This can put extra strain on the web server (Slowing respons times on loaded servers) so it is better to seperate the files into .html and .php
|
Actually you can call your file with every extension you want.
and you just have to put your extension into the list that it.
AddHandler application/x-httpd-php .php .php3 .htm .html .phtml .zoro .php500 or whatever you want.