I am making a web application. How do I make the file have no file extension?

dcpsoguy

Diamond Member
Nov 5, 2000
3,252
0
0
My programming is done in Coldfusion. How would I make it so there is not file extension, like .cfm? For example, I want it to be like this: index?user=blalbalalabalal. How would I do this? Is it possible in Coldfusion? Because I know Yahoo does it...
 

geno

Lifer
Dec 26, 1999
25,074
4
0
Ah you're going through ColdFusion? I thought you just needed to nix an extension on a file - I don't know much about CF though...
 

dcpsoguy

Diamond Member
Nov 5, 2000
3,252
0
0
Yeah, I am going through Coldfusion. I want to have no extension on my files, but Coldfusion Server still to read the Coldfusion syntax. Does anyone know if this is possible?