Enabling Other File Extensions

Hello,Though .asp is the default file extension, how can I add or change the file extension to something different?I am NOT asking to try to use JSP or PHP files, just use ASP with a different file extension.Thanks,Slade
[262 byte] By [Slade] at [2007-11-26 10:31:52]
# 1
This is not supported - all asp pages should have .asp extention to be recognized and processed by vbscript or javascript engines.
Sultal at 2007-7-7 2:39:19 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
I use this all the timeMy httpd.conf hasAddHandler chiliasp .aspAddHandler chiliasp .asaAddHandler chiliasp .xmlAnd I have added a load of .xml pages which create xml output and run through the asp engine to generate the pages.Duncan
Duncan_Berriman at 2007-7-7 2:39:19 > top of Java-index,Web & Directory Servers,Web Servers...