What's with this .do extension?
January 12, 2006 2:24 AM
Subscribe
A website's pages have the extension .do Such as index.do. I presume this is a server-side technology? Which one?
PHP? SSI? How does .do operate and if it is PHP as I suspect, how does it differ. Thanks. JOn
posted by jwhittlestone to computers & internet (7 comments total)
But you can also do this with ASP and ColdFusion, or any (read: most) server-side scripting languages. MetaFilter is bulit entirely in ColdFusion, but Matt uses .mefi for his extensions.
This makes it easier to mask which server side scripting language you're using to accomplish whatever. It doesn't affect the way the script performs at all. (Not sure on this, but Apache might need to be informed about non-standard file extensions, before knowing exactly what to do with them.)
posted by disillusioned at 2:34 AM on January 12, 2006