View Single Post
  #10 (permalink)  
Old 02-06-04, 10:40 PM
tltran tltran is offline
Newbie Coder
 
Join Date: Jan 2004
Location: Montreal
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Thanh Liem Tran
When You have to run, you have to run
http://www.irunsoft.com
Reply With Quote