• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

dcpsoguy

Diamond Member
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...
 
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...
 
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?
 
Back
Top